#B52211

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

Shades of Fire Brick #B52211

Tints of Fire Brick #B52211

Color information

#B52211 (or 0xB52211) is unknown color: approx Fire Brick. HEX triplet: B5, 22 and 11. RGB value is (181,34,17). Sum of RGB (Red+Green+Blue) = 181+34+17=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B52211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52211 is #4ADDEE. Grayscale: #4C4C4C. Windows color (decimal): -4906479 or 1122997. OLE color: 1122997.

HSL color Cylindrical-coordinate representation of color #B52211: hue angle of 6.22º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B52211 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1813417-
CMYK00.810.910.29
HSL6.22º82.83%38.82%-
HSV(B)6.22º90.61%70.98%-
XYZ19.7311.011.62-
YUV76.0294.7202.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.02%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 17 (7.03% from 255) = 7.33%
R=78.02%
G=14.66%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181341700.810.910.296.2282.8338.82
HexB522110515B1D65327
Octal2654221012113335612347
Binary1011010110001010001010100011011011111011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52211; }

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

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

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

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

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

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

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

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