#B52416

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

Shades of Fire Brick #B52416

Tints of Fire Brick #B52416

Color information

#B52416 (or 0xB52416) is unknown color: approx Fire Brick. HEX triplet: B5, 24 and 16. RGB value is (181,36,22). Sum of RGB (Red+Green+Blue) = 181+36+22=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B52416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52416 is #4ADBE9. Grayscale: #4D4D4D. Windows color (decimal): -4905962 or 1451189. OLE color: 1451189.

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

Color convert

RGB1813622-
CMYK00.800.880.29
HSL5.28º78.33%39.8%-
HSV(B)5.28º87.85%70.98%-
XYZ19.8311.141.86-
YUV77.7696.54201.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.73%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=75.73%
G=15.06%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181362200.800.880.295.2878.3339.8
HexB52416050581D54e28
Octal2654426012013035511650
Binary1011010110010010110010100001011000111011011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52416; }

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

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

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

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

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

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

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

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