#AB2409

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

Shades of Fire Brick #AB2409

Tints of Fire Brick #AB2409

Color information

#AB2409 (or 0xAB2409) is unknown color: approx Fire Brick. HEX triplet: AB, 24 and 09. RGB value is (171,36,9). Sum of RGB (Red+Green+Blue) = 171+36+9=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2409 is #54DBF6. Grayscale: #494949. Windows color (decimal): -5561335 or 599211. OLE color: 599211.

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

Color convert

RGB171369-
CMYK00.790.950.33
HSL10º90%35.29%-
HSV(B)10º94.74%67.06%-
XYZ17.479.941.26-
YUV73.2991.73197.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 79.17%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 9 (3.91% from 255) = 4.17%
R=79.17%
G=16.67%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17136900.790.950.33109035.29
HexAB24904F5F21a5a23
Octal25344110117137411213243
Binary10101011100100100101001111101111110000110101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2409; }

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

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

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

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

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

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

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

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