#B72516

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

Shades of Fire Brick #B72516

Tints of Fire Brick #B72516

Color information

#B72516 (or 0xB72516) is unknown color: approx Fire Brick. HEX triplet: B7, 25 and 16. RGB value is (183,37,22). Sum of RGB (Red+Green+Blue) = 183+37+22=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B72516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72516 is #48DAE9. Grayscale: #4F4F4F. Windows color (decimal): -4774634 or 1451447. OLE color: 1451447.

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

Color convert

RGB1833722-
CMYK00.800.880.28
HSL5.59º78.54%40.2%-
HSV(B)5.59º87.98%71.76%-
XYZ20.3311.451.9-
YUV78.9495.87202.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.62%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=75.62%
G=15.29%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183372200.800.880.285.5978.5440.2
HexB72516050581C64f28
Octal2674526012013034611750
Binary1011011110010110110010100001011000111001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72516; }

 p { color: rgb(183,37,22); }

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

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

 a { background-color: rgb(183,37,22); }

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

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

 span { border-color: rgb(183,37,22); }

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