#B72018

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

Shades of Fire Brick #B72018

Tints of Fire Brick #B72018

Color information

#B72018 (or 0xB72018) is unknown color: approx Fire Brick. HEX triplet: B7, 20 and 18. RGB value is (183,32,24). Sum of RGB (Red+Green+Blue) = 183+32+24=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B72018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72018 is #48DFE7. Grayscale: #4C4C4C. Windows color (decimal): -4775912 or 1581239. OLE color: 1581239.

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

Color convert

RGB1833224-
CMYK00.830.870.28
HSL3.02º76.81%40.59%-
HSV(B)3.02º86.89%71.76%-
XYZ20.2111.171.95-
YUV76.2498.53204.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.57%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 24 (9.77% from 255) = 10.04%
R=76.57%
G=13.39%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183322400.830.870.283.0276.8140.59
HexB72018053571C34d29
Octal2674030012312734311551
Binary101101111000001100001010011101011111100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72018; }

 p { color: rgb(183,32,24); }

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

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

 a { background-color: rgb(183,32,24); }

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

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

 span { border-color: rgb(183,32,24); }

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