#AB1B09

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

Shades of Fire Brick #AB1B09

Tints of Fire Brick #AB1B09

Color information

#AB1B09 (or 0xAB1B09) is unknown color: approx Fire Brick. HEX triplet: AB, 1B and 09. RGB value is (171,27,9). Sum of RGB (Red+Green+Blue) = 171+27+9=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1B09 is #54E4F6. Grayscale: #444444. Windows color (decimal): -5563639 or 596907. OLE color: 596907.

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

Color convert

RGB171279-
CMYK00.840.950.33
HSL6.67º90%35.29%-
HSV(B)6.67º94.74%67.06%-
XYZ17.249.461.18-
YUV6894.71201.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.61%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=82.61%
G=13.04%
B=4.35%

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
Decimal17127900.840.950.336.679035.29
HexAB1B90545F2175a23
Octal2533311012413741713243
Binary101010111101110010101010010111111000011111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1B09; }

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

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

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

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

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

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

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

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