#B32221

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

Shades of Fire Brick #B32221

Tints of Fire Brick #B32221

Color information

#B32221 (or 0xB32221) is unknown color: approx Fire Brick. HEX triplet: B3, 22 and 21. RGB value is (179,34,33). Sum of RGB (Red+Green+Blue) = 179+34+33=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B32221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32221 is #4CDDDE. Grayscale: #4D4D4D. Windows color (decimal): -5037535 or 2171571. OLE color: 2171571.

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

Color convert

RGB1793433-
CMYK00.810.820.30
HSL0.41º68.87%41.57%-
HSV(B)0.41º81.56%70.2%-
XYZ19.4410.842.51-
YUV77.24103.04200.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 72.76%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=72.76%
G=13.82%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179343300.810.820.300.4168.8741.57
HexB32221051521E0452a
Octal2634241012112236010552
Binary101100111000101000010101000110100101111001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32221; }

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

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

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

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

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

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

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

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