#AB1E09

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

Shades of Fire Brick #AB1E09

Tints of Fire Brick #AB1E09

Color information

#AB1E09 (or 0xAB1E09) is unknown color: approx Fire Brick. HEX triplet: AB, 1E and 09. RGB value is (171,30,9). Sum of RGB (Red+Green+Blue) = 171+30+9=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1E09 is #54E1F6. Grayscale: #454545. Windows color (decimal): -5562871 or 597675. OLE color: 597675.

HSL color Cylindrical-coordinate representation of color #AB1E09: hue angle of 7.78º 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 #AB1E09 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB171309-
CMYK00.820.950.33
HSL7.78º90%35.29%-
HSV(B)7.78º94.74%67.06%-
XYZ17.319.611.2-
YUV69.7693.71200.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.43%
GREEN value IS 30 (12.11% from 255) = 14.29%
BLUE value IS 9 (3.91% from 255) = 4.29%
R=81.43%
G=14.29%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17130900.820.950.337.789035.29
HexAB1E90525F2185a23
Octal25336110122137411013243
Binary1010101111110100101010010101111110000110001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1E09; }

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

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

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

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

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

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

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

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