Shades of Fire Brick #A12010
Tints of Fire Brick #A12010
RGB
CMYK
RGB Variations
Color information
#A12010 (or 0xA12010) is known color: Fire Brick. HEX triplet: A1, 20 and 10. RGB value is (161,32,16). Sum of RGB (Red+Green+Blue) = 161+32+16=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A12010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12010 is #5EDFEF. Grayscale: #444444. Windows color (decimal): -6217712 or 1056929. OLE color: 1056929.
HSL color Cylindrical-coordinate representation of color #A12010: hue angle of 6.62º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A12010 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 16 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.37 |
| HSL | 6.62º | 0.82% | 0.35% | - |
| HSV(B) | 6.62º | 0.9% | 0.63% | - |
| XYZ | 15.31 | 8.65 | 1.35 | - |
| YUV | 68.75 | 98.24 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 16 | 0 | 0.80 | 0.90 | 0.37 | 6.62 | 0.82 | 0.35 |
| Hex | A1 | 20 | 10 | 0 | 50 | 5A | 25 | 7 | 52 | 23 |
| Octal | 241 | 40 | 20 | 0 | 120 | 132 | 45 | 7 | 122 | 43 |
| Binary | 10100001 | 100000 | 10000 | 0 | 1010000 | 1011010 | 100101 | 111 | 1010010 | 100011 |
Color Harmonies of #A12010
Complementary color
Monochromatic Colors of #A12010
Black with #A12010
Text Example
Text Example
White with #A12010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12010; }
p { color: rgb(161,32,16); }
H1.HeaderClassName
{
color: #A12010;
}
.AnyTagClassName
{
color: #A12010;
}
</style>
background-color css
<style>
a { background-color: #A12010; }
a { background-color: rgb(161,32,16); }
div.DivClassName
{
background-color: #A12010;
}
.BgClassName
{
background-color: #A12010;
}
</style>
border-color css
<style>
span { border-color: #A12010; }
span { border-color: rgb(161,32,16); }
td.TdClassName
{
border-color: #A12010;
}
.TagClassName
{
border-color: #A12010;
}
</style>