#B32C18

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

Shades of Fire Brick #B32C18

Tints of Fire Brick #B32C18

Color information

#B32C18 (or 0xB32C18) is unknown color: approx Fire Brick. HEX triplet: B3, 2C and 18. RGB value is (179,44,24). Sum of RGB (Red+Green+Blue) = 179+44+24=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C18 is #4CD3E7. Grayscale: #525252. Windows color (decimal): -5034984 or 1584307. OLE color: 1584307.

HSL color Cylindrical-coordinate representation of color #B32C18: hue angle of 7.74º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B32C18 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB1794424-
CMYK00.750.870.30
HSL7.74º76.35%39.8%-
HSV(B)7.74º86.59%70.2%-
XYZ19.6611.452.04-
YUV82.0895.23197.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 72.47%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=72.47%
G=17.81%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179442400.750.870.307.7476.3539.8
HexB32C1804B571E84c28
Octal26354300113127361011450
Binary10110011101100110000100101110101111111010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32C18; }

 p { color: rgb(179,44,24); }

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

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

 a { background-color: rgb(179,44,24); }

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

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

 span { border-color: rgb(179,44,24); }

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