Shades of Fire Brick #AB180C
Tints of Fire Brick #AB180C
RGB
CMYK
RGB Variations
Color information
#AB180C (or 0xAB180C) is known color: Fire Brick. HEX triplet: AB, 18 and 0C. RGB value is (171,24,12). Sum of RGB (Red+Green+Blue) = 171+24+12=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB180C is #54E7F3. Grayscale: #424242. Windows color (decimal): -5564404 or 792747. OLE color: 792747.
HSL color Cylindrical-coordinate representation of color #AB180C: hue angle of 4.53º 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 #AB180C is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 12 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.33 |
| HSL | 4.53º | 0.87% | 0.36% | - |
| HSV(B) | 4.53º | 0.93% | 0.67% | - |
| XYZ | 17.19 | 9.34 | 1.24 | - |
| YUV | 66.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 12 | 0 | 0.86 | 0.93 | 0.33 | 4.53 | 0.87 | 0.36 |
| Hex | AB | 18 | C | 0 | 56 | 5D | 21 | 5 | 57 | 24 |
| Octal | 253 | 30 | 14 | 0 | 126 | 135 | 41 | 5 | 127 | 44 |
| Binary | 10101011 | 11000 | 1100 | 0 | 1010110 | 1011101 | 100001 | 101 | 1010111 | 100100 |
Color Harmonies of #AB180C
Complementary color
Monochromatic Colors of #AB180C
Black with #AB180C
Text Example
Text Example
White with #AB180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB180C; }
p { color: rgb(171,24,12); }
H1.HeaderClassName
{
color: #AB180C;
}
.AnyTagClassName
{
color: #AB180C;
}
</style>
background-color css
<style>
a { background-color: #AB180C; }
a { background-color: rgb(171,24,12); }
div.DivClassName
{
background-color: #AB180C;
}
.BgClassName
{
background-color: #AB180C;
}
</style>
border-color css
<style>
span { border-color: #AB180C; }
span { border-color: rgb(171,24,12); }
td.TdClassName
{
border-color: #AB180C;
}
.TagClassName
{
border-color: #AB180C;
}
</style>