#AB2216

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

Shades of Fire Brick #AB2216

Tints of Fire Brick #AB2216

Color information

#AB2216 (or 0xAB2216) is unknown color: approx Fire Brick. HEX triplet: AB, 22 and 16. RGB value is (171,34,22). Sum of RGB (Red+Green+Blue) = 171+34+22=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2216 is #54DDE9. Grayscale: #494949. Windows color (decimal): -5561834 or 1450667. OLE color: 1450667.

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

Color convert

RGB1713422-
CMYK00.800.870.33
HSL4.83º77.2%37.84%-
HSV(B)4.83º87.13%67.06%-
XYZ17.519.861.74-
YUV73.5998.89197.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.33%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=75.33%
G=14.98%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171342200.800.870.334.8377.237.84
HexAB2216050572154d26
Octal2534226012012741511546
Binary10101011100010101100101000010101111000011011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2216; }

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

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

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

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

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

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

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

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