Shades of Fire Brick #AB1C09
Tints of Fire Brick #AB1C09
RGB
CMYK
RGB Variations
Color information
#AB1C09 (or 0xAB1C09) is known color: 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
| RGB | 171 | 28 | 9 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.33 |
| HSL | 7.04º | 0.9% | 0.35% | - |
| HSV(B) | 7.04º | 0.95% | 0.67% | - |
| XYZ | 17.26 | 9.51 | 1.18 | - |
| YUV | 68.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 9 | 0 | 0.84 | 0.95 | 0.33 | 7.04 | 0.9 | 0.35 |
| Hex | AB | 1C | 9 | 0 | 54 | 5F | 21 | 7 | 5A | 23 |
| Octal | 253 | 34 | 11 | 0 | 124 | 137 | 41 | 7 | 132 | 43 |
| Binary | 10101011 | 11100 | 1001 | 0 | 1010100 | 1011111 | 100001 | 111 | 1011010 | 100011 |
Color Harmonies of #AB1C09
Complementary color
Monochromatic Colors of #AB1C09
Black with #AB1C09
Text Example
Text Example
White with #AB1C09
Text Example
Text Example
HTML Codes & Css Web 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>