#B52B13

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

Shades of Fire Brick #B52B13

Tints of Fire Brick #B52B13

Color information

#B52B13 (or 0xB52B13) is unknown color: approx Fire Brick. HEX triplet: B5, 2B and 13. RGB value is (181,43,19). Sum of RGB (Red+Green+Blue) = 181+43+19=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52B13 is #4AD4EC. Grayscale: #515151. Windows color (decimal): -4904173 or 1256373. OLE color: 1256373.

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

Color convert

RGB1814319-
CMYK00.760.900.29
HSL8.89º81%39.22%-
HSV(B)8.89º89.5%70.98%-
XYZ20.0411.61.8-
YUV81.5392.72198.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 74.49%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=74.49%
G=17.70%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181431900.760.900.298.898139.22
HexB52B1304C5A1D95127
Octal26553230114132351112147
Binary10110101101011100110100110010110101110110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52B13; }

 p { color: rgb(181,43,19); }

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

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

 a { background-color: rgb(181,43,19); }

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

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

 span { border-color: rgb(181,43,19); }

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