Shades of Fire Brick #AB190F
Tints of Fire Brick #AB190F
RGB
CMYK
RGB Variations
Color information
#AB190F (or 0xAB190F) is known color: Fire Brick. HEX triplet: AB, 19 and 0F. RGB value is (171,25,15). Sum of RGB (Red+Green+Blue) = 171+25+15=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB190F is #54E6F0. Grayscale: #434343. Windows color (decimal): -5564145 or 989611. OLE color: 989611.
HSL color Cylindrical-coordinate representation of color #AB190F: hue angle of 3.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB190F is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 15 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.33 |
| HSL | 3.85º | 0.84% | 0.36% | - |
| HSV(B) | 3.85º | 0.91% | 0.67% | - |
| XYZ | 17.23 | 9.39 | 1.36 | - |
| YUV | 67.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 15 | 0 | 0.85 | 0.91 | 0.33 | 3.85 | 0.84 | 0.36 |
| Hex | AB | 19 | F | 0 | 55 | 5B | 21 | 4 | 54 | 24 |
| Octal | 253 | 31 | 17 | 0 | 125 | 133 | 41 | 4 | 124 | 44 |
| Binary | 10101011 | 11001 | 1111 | 0 | 1010101 | 1011011 | 100001 | 100 | 1010100 | 100100 |
Color Harmonies of #AB190F
Complementary color
Monochromatic Colors of #AB190F
Black with #AB190F
Text Example
Text Example
White with #AB190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB190F; }
p { color: rgb(171,25,15); }
H1.HeaderClassName
{
color: #AB190F;
}
.AnyTagClassName
{
color: #AB190F;
}
</style>
background-color css
<style>
a { background-color: #AB190F; }
a { background-color: rgb(171,25,15); }
div.DivClassName
{
background-color: #AB190F;
}
.BgClassName
{
background-color: #AB190F;
}
</style>
border-color css
<style>
span { border-color: #AB190F; }
span { border-color: rgb(171,25,15); }
td.TdClassName
{
border-color: #AB190F;
}
.TagClassName
{
border-color: #AB190F;
}
</style>