Shades of Fire Brick #AB190C
Tints of Fire Brick #AB190C
RGB
CMYK
RGB Variations
Color information
#AB190C (or 0xAB190C) is known color: Fire Brick. HEX triplet: AB, 19 and 0C. RGB value is (171,25,12). Sum of RGB (Red+Green+Blue) = 171+25+12=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB190C is #54E6F3. Grayscale: #434343. Windows color (decimal): -5564148 or 793003. OLE color: 793003.
HSL color Cylindrical-coordinate representation of color #AB190C: hue angle of 4.91º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB190C is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 12 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.33 |
| HSL | 4.91º | 0.87% | 0.36% | - |
| HSV(B) | 4.91º | 0.93% | 0.67% | - |
| XYZ | 17.21 | 9.38 | 1.25 | - |
| YUV | 67.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 12 | 0 | 0.85 | 0.93 | 0.33 | 4.91 | 0.87 | 0.36 |
| Hex | AB | 19 | C | 0 | 55 | 5D | 21 | 5 | 57 | 24 |
| Octal | 253 | 31 | 14 | 0 | 125 | 135 | 41 | 5 | 127 | 44 |
| Binary | 10101011 | 11001 | 1100 | 0 | 1010101 | 1011101 | 100001 | 101 | 1010111 | 100100 |
Color Harmonies of #AB190C
Complementary color
Monochromatic Colors of #AB190C
Black with #AB190C
Text Example
Text Example
White with #AB190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB190C; }
p { color: rgb(171,25,12); }
H1.HeaderClassName
{
color: #AB190C;
}
.AnyTagClassName
{
color: #AB190C;
}
</style>
background-color css
<style>
a { background-color: #AB190C; }
a { background-color: rgb(171,25,12); }
div.DivClassName
{
background-color: #AB190C;
}
.BgClassName
{
background-color: #AB190C;
}
</style>
border-color css
<style>
span { border-color: #AB190C; }
span { border-color: rgb(171,25,12); }
td.TdClassName
{
border-color: #AB190C;
}
.TagClassName
{
border-color: #AB190C;
}
</style>