#B12009

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

Shades of Fire Brick #B12009

Tints of Fire Brick #B12009

Color information

#B12009 (or 0xB12009) is unknown color: approx Fire Brick. HEX triplet: B1, 20 and 09. RGB value is (177,32,9). Sum of RGB (Red+Green+Blue) = 177+32+9=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B12009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12009 is #4EDFF6. Grayscale: #484848. Windows color (decimal): -5169143 or 598193. OLE color: 598193.

HSL color Cylindrical-coordinate representation of color #B12009: hue angle of 8.21º 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 #B12009 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB177329-
CMYK00.820.950.31
HSL8.21º90.32%36.47%-
HSV(B)8.21º94.92%69.41%-
XYZ18.710.41.28-
YUV72.7392.04202.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 81.19%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 9 (3.91% from 255) = 4.13%
R=81.19%
G=14.68%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17732900.820.950.318.2190.3236.47
HexB12090525F1F85a24
Octal26140110122137371013244
Binary1011000110000010010101001010111111111110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12009; }

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

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

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

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

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

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

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

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