#AB220E

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

Shades of Fire Brick #AB220E

Tints of Fire Brick #AB220E

Color information

#AB220E (or 0xAB220E) is unknown color: approx Fire Brick. HEX triplet: AB, 22 and 0E. RGB value is (171,34,14). Sum of RGB (Red+Green+Blue) = 171+34+14=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB220E is #54DDF1. Grayscale: #484848. Windows color (decimal): -5561842 or 926379. OLE color: 926379.

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

Color convert

RGB1713414-
CMYK00.800.920.33
HSL7.64º84.86%36.27%-
HSV(B)7.64º91.81%67.06%-
XYZ17.459.831.39-
YUV72.6894.89198.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.08%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 14 (5.86% from 255) = 6.39%
R=78.08%
G=15.53%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171341400.800.920.337.6484.8636.27
HexAB22E0505C2185524
Octal25342160120134411012544
Binary10101011100010111001010000101110010000110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB220E; }

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

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

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

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

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

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

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

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