#AB2221

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

Shades of Fire Brick #AB2221

Tints of Fire Brick #AB2221

Color information

#AB2221 (or 0xAB2221) is unknown color: approx Fire Brick. HEX triplet: AB, 22 and 21. RGB value is (171,34,33). Sum of RGB (Red+Green+Blue) = 171+34+33=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2221 is #54DDDE. Grayscale: #4A4A4A. Windows color (decimal): -5561823 or 2171563. OLE color: 2171563.

HSL color Cylindrical-coordinate representation of color #AB2221: hue angle of 0.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2221 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1713433-
CMYK00.800.810.33
HSL0.43º67.65%40%-
HSV(B)0.43º80.7%67.06%-
XYZ17.649.912.42-
YUV74.85104.39196.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.85%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=71.85%
G=14.29%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171343300.800.810.330.4367.6540
HexAB2221050512104428
Octal2534241012012141010450
Binary1010101110001010000101010000101000110000101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2221; }

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

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

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

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

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

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

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

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