Shades of Fire Brick #AB1A10
Tints of Fire Brick #AB1A10
RGB
CMYK
RGB Variations
Color information
#AB1A10 (or 0xAB1A10) is known color: Fire Brick. HEX triplet: AB, 1A and 10. RGB value is (171,26,16). Sum of RGB (Red+Green+Blue) = 171+26+16=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1A10 is #54E5EF. Grayscale: #444444. Windows color (decimal): -5563888 or 1055403. OLE color: 1055403.
HSL color Cylindrical-coordinate representation of color #AB1A10: hue angle of 3.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1A10 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 16 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.33 |
| HSL | 3.87º | 0.83% | 0.37% | - |
| HSV(B) | 3.87º | 0.91% | 0.67% | - |
| XYZ | 17.26 | 9.43 | 1.4 | - |
| YUV | 68.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 16 | 0 | 0.85 | 0.91 | 0.33 | 3.87 | 0.83 | 0.37 |
| Hex | AB | 1A | 10 | 0 | 55 | 5B | 21 | 4 | 53 | 25 |
| Octal | 253 | 32 | 20 | 0 | 125 | 133 | 41 | 4 | 123 | 45 |
| Binary | 10101011 | 11010 | 10000 | 0 | 1010101 | 1011011 | 100001 | 100 | 1010011 | 100101 |
Color Harmonies of #AB1A10
Complementary color
Monochromatic Colors of #AB1A10
Black with #AB1A10
Text Example
Text Example
White with #AB1A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1A10; }
p { color: rgb(171,26,16); }
H1.HeaderClassName
{
color: #AB1A10;
}
.AnyTagClassName
{
color: #AB1A10;
}
</style>
background-color css
<style>
a { background-color: #AB1A10; }
a { background-color: rgb(171,26,16); }
div.DivClassName
{
background-color: #AB1A10;
}
.BgClassName
{
background-color: #AB1A10;
}
</style>
border-color css
<style>
span { border-color: #AB1A10; }
span { border-color: rgb(171,26,16); }
td.TdClassName
{
border-color: #AB1A10;
}
.TagClassName
{
border-color: #AB1A10;
}
</style>