#B42009

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

Shades of Fire Brick #B42009

Tints of Fire Brick #B42009

Color information

#B42009 (or 0xB42009) is unknown color: approx Fire Brick. HEX triplet: B4, 20 and 09. RGB value is (180,32,9). Sum of RGB (Red+Green+Blue) = 180+32+9=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B42009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42009 is #4BDFF6. Grayscale: #494949. Windows color (decimal): -4972535 or 598196. OLE color: 598196.

HSL color Cylindrical-coordinate representation of color #B42009: hue angle of 8.07º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B42009 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB180329-
CMYK00.820.950.29
HSL8.07º90.48%37.06%-
HSV(B)8.07º95%70.59%-
XYZ19.3910.761.31-
YUV73.6391.53203.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.45%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=81.45%
G=14.48%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18032900.820.950.298.0790.4837.06
HexB42090525F1D85a25
Octal26440110122137351013245
Binary1011010010000010010101001010111111110110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42009; }

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

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

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

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

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

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

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

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