Shades of Fire Brick #AB180F
Tints of Fire Brick #AB180F
RGB
CMYK
RGB Variations
Color information
#AB180F (or 0xAB180F) is known color: Fire Brick. HEX triplet: AB, 18 and 0F. RGB value is (171,24,15). Sum of RGB (Red+Green+Blue) = 171+24+15=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB180F is #54E7F0. Grayscale: #434343. Windows color (decimal): -5564401 or 989355. OLE color: 989355.
HSL color Cylindrical-coordinate representation of color #AB180F: hue angle of 3.46º 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 #AB180F is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 15 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.33 |
| HSL | 3.46º | 0.84% | 0.36% | - |
| HSV(B) | 3.46º | 0.91% | 0.67% | - |
| XYZ | 17.21 | 9.35 | 1.35 | - |
| YUV | 66.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 15 | 0 | 0.86 | 0.91 | 0.33 | 3.46 | 0.84 | 0.36 |
| Hex | AB | 18 | F | 0 | 56 | 5B | 21 | 3 | 54 | 24 |
| Octal | 253 | 30 | 17 | 0 | 126 | 133 | 41 | 3 | 124 | 44 |
| Binary | 10101011 | 11000 | 1111 | 0 | 1010110 | 1011011 | 100001 | 11 | 1010100 | 100100 |
Color Harmonies of #AB180F
Complementary color
Monochromatic Colors of #AB180F
Black with #AB180F
Text Example
Text Example
White with #AB180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB180F; }
p { color: rgb(171,24,15); }
H1.HeaderClassName
{
color: #AB180F;
}
.AnyTagClassName
{
color: #AB180F;
}
</style>
background-color css
<style>
a { background-color: #AB180F; }
a { background-color: rgb(171,24,15); }
div.DivClassName
{
background-color: #AB180F;
}
.BgClassName
{
background-color: #AB180F;
}
</style>
border-color css
<style>
span { border-color: #AB180F; }
span { border-color: rgb(171,24,15); }
td.TdClassName
{
border-color: #AB180F;
}
.TagClassName
{
border-color: #AB180F;
}
</style>