#B12209

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

Shades of Fire Brick #B12209

Tints of Fire Brick #B12209

Color information

#B12209 (or 0xB12209) is unknown color: approx Fire Brick. HEX triplet: B1, 22 and 09. RGB value is (177,34,9). Sum of RGB (Red+Green+Blue) = 177+34+9=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B12209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12209 is #4EDDF6. Grayscale: #4A4A4A. Windows color (decimal): -5168631 or 598705. OLE color: 598705.

HSL color Cylindrical-coordinate representation of color #B12209: hue angle of 8.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B12209 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB177349-
CMYK00.810.950.31
HSL8.93º90.32%36.47%-
HSV(B)8.93º94.92%69.41%-
XYZ18.7510.511.3-
YUV73.9191.38201.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 80.45%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 9 (3.91% from 255) = 4.09%
R=80.45%
G=15.45%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17734900.810.950.318.9390.3236.47
HexB12290515F1F95a24
Octal26142110121137371113244
Binary1011000110001010010101000110111111111110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12209; }

 p { color: rgb(177,34,9); }

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

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

 a { background-color: rgb(177,34,9); }

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

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

 span { border-color: rgb(177,34,9); }

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