#B32210

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

Shades of Fire Brick #B32210

Tints of Fire Brick #B32210

Color information

#B32210 (or 0xB32210) is unknown color: approx Fire Brick. HEX triplet: B3, 22 and 10. RGB value is (179,34,16). Sum of RGB (Red+Green+Blue) = 179+34+16=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B32210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32210 is #4CDDEF. Grayscale: #4B4B4B. Windows color (decimal): -5037552 or 1057459. OLE color: 1057459.

HSL color Cylindrical-coordinate representation of color #B32210: hue angle of 6.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B32210 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB1793416-
CMYK00.810.910.30
HSL6.63º83.59%38.24%-
HSV(B)6.63º91.06%70.2%-
XYZ19.2610.771.55-
YUV75.394.54201.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 78.17%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 16 (6.64% from 255) = 6.99%
R=78.17%
G=14.85%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179341600.810.910.306.6383.5938.24
HexB322100515B1E75426
Octal2634220012113336712446
Binary1011001110001010000010100011011011111101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32210; }

 p { color: rgb(179,34,16); }

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

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

 a { background-color: rgb(179,34,16); }

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

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

 span { border-color: rgb(179,34,16); }

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