#B2270C

Color #B2270C Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B2270C

Tints of Fire Brick #B2270C

Color information

#B2270C (or 0xB2270C) is unknown color: approx Fire Brick. HEX triplet: B2, 27 and 0C. RGB value is (178,39,12). Sum of RGB (Red+Green+Blue) = 178+39+12=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B2270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2270C is #4DD8F3. Grayscale: #4D4D4D. Windows color (decimal): -5101812 or 796594. OLE color: 796594.

HSL color Cylindrical-coordinate representation of color #B2270C: hue angle of 9.76º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2270C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1783912-
CMYK00.780.930.30
HSL9.76º87.37%37.25%-
HSV(B)9.76º93.26%69.8%-
XYZ19.1510.941.45-
YUV77.4891.05199.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 77.73%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=77.73%
G=17.03%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178391200.780.930.309.7687.3737.25
HexB227C04E5D1Ea5725
Octal26247140116135361212745
Binary1011001010011111000100111010111011111010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2270C; }

 p { color: rgb(178,39,12); }

 H1.HeaderClassName
 {
   color: #B2270C;
 }
 .AnyTagClassName
 {
   color: #B2270C;
 }
</style>
background-color css

<style>
 a { background-color: #B2270C; }

 a { background-color: rgb(178,39,12); }

 div.DivClassName
 {
   background-color: #B2270C;
 }
 .BgClassName
 {
   background-color: #B2270C;
 }
</style>
border-color css

<style>
 span { border-color: #B2270C; }

 span { border-color: rgb(178,39,12); }

 td.TdClassName
 {
   border-color: #B2270C;
 }
 .TagClassName
 {
   border-color: #B2270C;
 }
</style>