#B52209

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

Shades of Fire Brick #B52209

Tints of Fire Brick #B52209

Color information

#B52209 (or 0xB52209) is unknown color: approx Fire Brick. HEX triplet: B5, 22 and 09. RGB value is (181,34,9). Sum of RGB (Red+Green+Blue) = 181+34+9=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B52209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52209 is #4ADDF6. Grayscale: #4B4B4B. Windows color (decimal): -4906487 or 598709. OLE color: 598709.

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

Color convert

RGB181349-
CMYK00.810.950.29
HSL8.72º90.53%37.25%-
HSV(B)8.72º95.03%70.98%-
XYZ19.6810.991.34-
YUV75.190.7203.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 80.80%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 9 (3.91% from 255) = 4.02%
R=80.80%
G=15.18%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18134900.810.950.298.7290.5337.25
HexB52290515F1D95b25
Octal26542110121137351113345
Binary1011010110001010010101000110111111110110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52209; }

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

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

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

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

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

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

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

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