#B52317

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

Shades of Fire Brick #B52317

Tints of Fire Brick #B52317

Color information

#B52317 (or 0xB52317) is unknown color: approx Fire Brick. HEX triplet: B5, 23 and 17. RGB value is (181,35,23). Sum of RGB (Red+Green+Blue) = 181+35+23=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B52317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52317 is #4ADCE8. Grayscale: #4D4D4D. Windows color (decimal): -4906217 or 1516469. OLE color: 1516469.

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

Color convert

RGB1813523-
CMYK00.810.870.29
HSL4.56º77.45%40%-
HSV(B)4.56º87.29%70.98%-
XYZ19.8111.091.91-
YUV77.2997.37201.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.73%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 23 (9.38% from 255) = 9.62%
R=75.73%
G=14.64%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181352300.810.870.294.5677.4540
HexB52317051571D54d28
Octal2654327012112735511550
Binary1011010110001110111010100011010111111011011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52317; }

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

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

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

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

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

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

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

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