Shades of Fire Brick #AB1509
Tints of Fire Brick #AB1509
RGB
CMYK
RGB Variations
Color information
#AB1509 (or 0xAB1509) is known color: Fire Brick. HEX triplet: AB, 15 and 09. RGB value is (171,21,9). Sum of RGB (Red+Green+Blue) = 171+21+9=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1509 is #54EAF6. Grayscale: #404040. Windows color (decimal): -5565175 or 595371. OLE color: 595371.
HSL color Cylindrical-coordinate representation of color #AB1509: hue angle of 4.44º 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 #AB1509 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 9 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.33 |
| HSL | 4.44º | 0.9% | 0.35% | - |
| HSV(B) | 4.44º | 0.95% | 0.67% | - |
| XYZ | 17.11 | 9.21 | 1.14 | - |
| YUV | 64.48 | 96.7 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 9 | 0 | 0.88 | 0.95 | 0.33 | 4.44 | 0.9 | 0.35 |
| Hex | AB | 15 | 9 | 0 | 58 | 5F | 21 | 4 | 5A | 23 |
| Octal | 253 | 25 | 11 | 0 | 130 | 137 | 41 | 4 | 132 | 43 |
| Binary | 10101011 | 10101 | 1001 | 0 | 1011000 | 1011111 | 100001 | 100 | 1011010 | 100011 |
Color Harmonies of #AB1509
Complementary color
Monochromatic Colors of #AB1509
Black with #AB1509
Text Example
Text Example
White with #AB1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1509; }
p { color: rgb(171,21,9); }
H1.HeaderClassName
{
color: #AB1509;
}
.AnyTagClassName
{
color: #AB1509;
}
</style>
background-color css
<style>
a { background-color: #AB1509; }
a { background-color: rgb(171,21,9); }
div.DivClassName
{
background-color: #AB1509;
}
.BgClassName
{
background-color: #AB1509;
}
</style>
border-color css
<style>
span { border-color: #AB1509; }
span { border-color: rgb(171,21,9); }
td.TdClassName
{
border-color: #AB1509;
}
.TagClassName
{
border-color: #AB1509;
}
</style>