#AB2209

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

Shades of Fire Brick #AB2209

Tints of Fire Brick #AB2209

Color information

#AB2209 (or 0xAB2209) is unknown color: approx Fire Brick. HEX triplet: AB, 22 and 09. RGB value is (171,34,9). Sum of RGB (Red+Green+Blue) = 171+34+9=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2209 is #54DDF6. Grayscale: #484848. Windows color (decimal): -5561847 or 598699. OLE color: 598699.

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

Color convert

RGB171349-
CMYK00.800.950.33
HSL9.26º90%35.29%-
HSV(B)9.26º94.74%67.06%-
XYZ17.429.821.24-
YUV72.1192.39198.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 79.91%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 9 (3.91% from 255) = 4.21%
R=79.91%
G=15.89%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17134900.800.950.339.269035.29
HexAB2290505F2195a23
Octal25342110120137411113243
Binary10101011100010100101010000101111110000110011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2209; }

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

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

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

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

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

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

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

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