#AB1C09

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

Shades of Fire Brick #AB1C09

Tints of Fire Brick #AB1C09

Color information

#AB1C09 (or 0xAB1C09) is unknown color: approx Fire Brick. HEX triplet: AB, 1C and 09. RGB value is (171,28,9). Sum of RGB (Red+Green+Blue) = 171+28+9=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1C09 is #54E3F6. Grayscale: #444444. Windows color (decimal): -5563383 or 597163. OLE color: 597163.

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

Color convert

RGB171289-
CMYK00.840.950.33
HSL7.04º90%35.29%-
HSV(B)7.04º94.74%67.06%-
XYZ17.269.511.18-
YUV68.5994.38201.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.21%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 9 (3.91% from 255) = 4.33%
R=82.21%
G=13.46%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17128900.840.950.337.049035.29
HexAB1C90545F2175a23
Octal2533411012413741713243
Binary101010111110010010101010010111111000011111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1C09; }

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

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

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

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

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

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

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

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