Shades of Fire Brick #AB140C
Tints of Fire Brick #AB140C
RGB
CMYK
RGB Variations
Color information
#AB140C (or 0xAB140C) is known color: Fire Brick. HEX triplet: AB, 14 and 0C. RGB value is (171,20,12). Sum of RGB (Red+Green+Blue) = 171+20+12=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB140C is #54EBF3. Grayscale: #404040. Windows color (decimal): -5565428 or 791723. OLE color: 791723.
HSL color Cylindrical-coordinate representation of color #AB140C: hue angle of 3.02º 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 #AB140C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.33 |
| HSL | 3.02º | 0.87% | 0.36% | - |
| HSV(B) | 3.02º | 0.93% | 0.67% | - |
| XYZ | 17.11 | 9.18 | 1.22 | - |
| YUV | 64.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 12 | 0 | 0.88 | 0.93 | 0.33 | 3.02 | 0.87 | 0.36 |
| Hex | AB | 14 | C | 0 | 58 | 5D | 21 | 3 | 57 | 24 |
| Octal | 253 | 24 | 14 | 0 | 130 | 135 | 41 | 3 | 127 | 44 |
| Binary | 10101011 | 10100 | 1100 | 0 | 1011000 | 1011101 | 100001 | 11 | 1010111 | 100100 |
Color Harmonies of #AB140C
Complementary color
Monochromatic Colors of #AB140C
Black with #AB140C
Text Example
Text Example
White with #AB140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB140C; }
p { color: rgb(171,20,12); }
H1.HeaderClassName
{
color: #AB140C;
}
.AnyTagClassName
{
color: #AB140C;
}
</style>
background-color css
<style>
a { background-color: #AB140C; }
a { background-color: rgb(171,20,12); }
div.DivClassName
{
background-color: #AB140C;
}
.BgClassName
{
background-color: #AB140C;
}
</style>
border-color css
<style>
span { border-color: #AB140C; }
span { border-color: rgb(171,20,12); }
td.TdClassName
{
border-color: #AB140C;
}
.TagClassName
{
border-color: #AB140C;
}
</style>