Shades of Fire Brick #AB1F1C
Tints of Fire Brick #AB1F1C
RGB
CMYK
RGB Variations
Color information
#AB1F1C (or 0xAB1F1C) is known color: Fire Brick. HEX triplet: AB, 1F and 1C. RGB value is (171,31,28). Sum of RGB (Red+Green+Blue) = 171+31+28=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F1C is #54E0E3. Grayscale: #484848. Windows color (decimal): -5562596 or 1843115. OLE color: 1843115.
HSL color Cylindrical-coordinate representation of color #AB1F1C: hue angle of 1.26º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1F1C is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 28 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.33 |
| HSL | 1.26º | 0.72% | 0.39% | - |
| HSV(B) | 1.26º | 0.84% | 0.67% | - |
| XYZ | 17.49 | 9.72 | 2.05 | - |
| YUV | 72.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 28 | 0 | 0.82 | 0.84 | 0.33 | 1.26 | 0.72 | 0.39 |
| Hex | AB | 1F | 1C | 0 | 52 | 54 | 21 | 1 | 48 | 27 |
| Octal | 253 | 37 | 34 | 0 | 122 | 124 | 41 | 1 | 110 | 47 |
| Binary | 10101011 | 11111 | 11100 | 0 | 1010010 | 1010100 | 100001 | 1 | 1001000 | 100111 |
Color Harmonies of #AB1F1C
Complementary color
Monochromatic Colors of #AB1F1C
Black with #AB1F1C
Text Example
Text Example
White with #AB1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F1C; }
p { color: rgb(171,31,28); }
H1.HeaderClassName
{
color: #AB1F1C;
}
.AnyTagClassName
{
color: #AB1F1C;
}
</style>
background-color css
<style>
a { background-color: #AB1F1C; }
a { background-color: rgb(171,31,28); }
div.DivClassName
{
background-color: #AB1F1C;
}
.BgClassName
{
background-color: #AB1F1C;
}
</style>
border-color css
<style>
span { border-color: #AB1F1C; }
span { border-color: rgb(171,31,28); }
td.TdClassName
{
border-color: #AB1F1C;
}
.TagClassName
{
border-color: #AB1F1C;
}
</style>