#B72A15

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

Shades of Fire Brick #B72A15

Tints of Fire Brick #B72A15

Color information

#B72A15 (or 0xB72A15) is unknown color: approx Fire Brick. HEX triplet: B7, 2A and 15. RGB value is (183,42,21). Sum of RGB (Red+Green+Blue) = 183+42+21=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72A15 is #48D5EA. Grayscale: #515151. Windows color (decimal): -4773355 or 1387191. OLE color: 1387191.

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

Color convert

RGB1834221-
CMYK00.770.890.28
HSL7.78º79.41%40%-
HSV(B)7.78º88.52%71.76%-
XYZ20.4911.781.9-
YUV81.7693.71200.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.39%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=74.39%
G=17.07%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183422100.770.890.287.7879.4140
HexB72A1504D591C84f28
Octal26752250115131341011750
Binary10110111101010101010100110110110011110010001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A15; }

 p { color: rgb(183,42,21); }

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

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

 a { background-color: rgb(183,42,21); }

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

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

 span { border-color: rgb(183,42,21); }

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