#B42109

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

Shades of Fire Brick #B42109

Tints of Fire Brick #B42109

Color information

#B42109 (or 0xB42109) is unknown color: approx Fire Brick. HEX triplet: B4, 21 and 09. RGB value is (180,33,9). Sum of RGB (Red+Green+Blue) = 180+33+9=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B42109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42109 is #4BDEF6. Grayscale: #4A4A4A. Windows color (decimal): -4972279 or 598452. OLE color: 598452.

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

Color convert

RGB180339-
CMYK00.820.950.29
HSL8.42º90.48%37.06%-
HSV(B)8.42º95%70.59%-
XYZ19.4210.811.32-
YUV74.2291.2203.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.08%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 9 (3.91% from 255) = 4.05%
R=81.08%
G=14.86%
B=4.05%

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
Decimal18033900.820.950.298.4290.4837.06
HexB42190525F1D85a25
Octal26441110122137351013245
Binary1011010010000110010101001010111111110110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42109; }

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

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

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

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

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

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

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

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