Shades of Fire Brick #AB1C01
Tints of Fire Brick #AB1C01
RGB
CMYK
RGB Variations
Color information
#AB1C01 (or 0xAB1C01) is known color: Fire Brick. HEX triplet: AB, 1C and 01. RGB value is (171,28,1). Sum of RGB (Red+Green+Blue) = 171+28+1=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1C01 is #54E3FE. Grayscale: #434343. Windows color (decimal): -5563391 or 72875. OLE color: 72875.
HSL color Cylindrical-coordinate representation of color #AB1C01: hue angle of 9.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB1C01 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.33 |
| HSL | 9.53º | 0.99% | 0.34% | - |
| HSV(B) | 9.53º | 0.99% | 0.67% | - |
| XYZ | 17.22 | 9.49 | 0.95 | - |
| YUV | 67.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 1 | 0 | 0.84 | 0.99 | 0.33 | 9.53 | 0.99 | 0.34 |
| Hex | AB | 1C | 1 | 0 | 54 | 63 | 21 | A | 63 | 22 |
| Octal | 253 | 34 | 1 | 0 | 124 | 143 | 41 | 12 | 143 | 42 |
| Binary | 10101011 | 11100 | 1 | 0 | 1010100 | 1100011 | 100001 | 1010 | 1100011 | 100010 |
Color Harmonies of #AB1C01
Complementary color
Monochromatic Colors of #AB1C01
Black with #AB1C01
Text Example
Text Example
White with #AB1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C01; }
p { color: rgb(171,28,1); }
H1.HeaderClassName
{
color: #AB1C01;
}
.AnyTagClassName
{
color: #AB1C01;
}
</style>
background-color css
<style>
a { background-color: #AB1C01; }
a { background-color: rgb(171,28,1); }
div.DivClassName
{
background-color: #AB1C01;
}
.BgClassName
{
background-color: #AB1C01;
}
</style>
border-color css
<style>
span { border-color: #AB1C01; }
span { border-color: rgb(171,28,1); }
td.TdClassName
{
border-color: #AB1C01;
}
.TagClassName
{
border-color: #AB1C01;
}
</style>