#B32D20

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

Shades of Fire Brick #B32D20

Tints of Fire Brick #B32D20

Color information

#B32D20 (or 0xB32D20) is unknown color: approx Fire Brick. HEX triplet: B3, 2D and 20. RGB value is (179,45,32). Sum of RGB (Red+Green+Blue) = 179+45+32=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D20 is #4CD2DF. Grayscale: #535353. Windows color (decimal): -5034720 or 2108851. OLE color: 2108851.

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

Color convert

RGB1794532-
CMYK00.750.820.30
HSL5.31º69.67%41.37%-
HSV(B)5.31º82.12%70.2%-
XYZ19.7911.562.56-
YUV83.5898.89196.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.92%
GREEN value IS 45 (17.97% from 255) = 17.58%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=69.92%
G=17.58%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179453200.750.820.305.3169.6741.37
HexB32D2004B521E54629
Octal2635540011312236510651
Binary10110011101101100000010010111010010111101011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D20; }

 p { color: rgb(179,45,32); }

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

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

 a { background-color: rgb(179,45,32); }

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

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

 span { border-color: rgb(179,45,32); }

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