#b32a22

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

Shades of Fire Brick #B32A22

Tints of Fire Brick #B32A22

Color information

#B32A22 (or 0xB32A22) is unknown color: approx Fire Brick. HEX triplet: B3, 2A and 22. RGB value is (179,42,34). Sum of RGB (Red+Green+Blue) = 179+42+34=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A22 is #4CD5DD. Grayscale: #525252. Windows color (decimal): -5035486 or 2239155. OLE color: 2239155.

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

Color convert

RGB1794234-
CMYK00.770.810.30
HSL3.31º68.08%41.76%-
HSV(B)3.31º81.01%70.2%-
XYZ19.7111.362.67-
YUV82.05100.89197.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.20%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 34 (13.67% from 255) = 13.33%
R=70.20%
G=16.47%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179423400.770.810.303.3168.0841.76
HexB32A2204D511E3442a
Octal2635242011512136310452
Binary1011001110101010001001001101101000111110111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b32a22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b32a22; }

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

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

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

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

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

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

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

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