#B52417

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

Shades of Fire Brick #B52417

Tints of Fire Brick #B52417

Color information

#B52417 (or 0xB52417) is unknown color: approx Fire Brick. HEX triplet: B5, 24 and 17. RGB value is (181,36,23). Sum of RGB (Red+Green+Blue) = 181+36+23=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B52417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52417 is #4ADBE8. Grayscale: #4E4E4E. Windows color (decimal): -4905961 or 1516725. OLE color: 1516725.

HSL color Cylindrical-coordinate representation of color #B52417: hue angle of 4.94º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B52417 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1813623-
CMYK00.800.870.29
HSL4.94º77.45%40%-
HSV(B)4.94º87.29%70.98%-
XYZ19.8411.151.92-
YUV77.8797.04201.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.42%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=75.42%
G=15%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181362300.800.870.294.9477.4540
HexB52417050571D54d28
Octal2654427012012735511550
Binary1011010110010010111010100001010111111011011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52417; }

 p { color: rgb(181,36,23); }

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

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

 a { background-color: rgb(181,36,23); }

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

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

 span { border-color: rgb(181,36,23); }

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