Shades of Fire Brick #A12006
Tints of Fire Brick #A12006
RGB
CMYK
RGB Variations
Color information
#A12006 (or 0xA12006) is known color: Fire Brick. HEX triplet: A1, 20 and 06. RGB value is (161,32,6). Sum of RGB (Red+Green+Blue) = 161+32+6=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A12006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12006 is #5EDFF9. Grayscale: #434343. Windows color (decimal): -6217722 or 401569. OLE color: 401569.
HSL color Cylindrical-coordinate representation of color #A12006: hue angle of 10.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A12006 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 6 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.37 |
| HSL | 10.06º | 0.93% | 0.33% | - |
| HSV(B) | 10.06º | 0.96% | 0.63% | - |
| XYZ | 15.25 | 8.62 | 1.03 | - |
| YUV | 67.61 | 93.24 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 6 | 0 | 0.80 | 0.96 | 0.37 | 10.06 | 0.93 | 0.33 |
| Hex | A1 | 20 | 6 | 0 | 50 | 60 | 25 | A | 5D | 21 |
| Octal | 241 | 40 | 6 | 0 | 120 | 140 | 45 | 12 | 135 | 41 |
| Binary | 10100001 | 100000 | 110 | 0 | 1010000 | 1100000 | 100101 | 1010 | 1011101 | 100001 |
Color Harmonies of #A12006
Complementary color
Monochromatic Colors of #A12006
Black with #A12006
Text Example
Text Example
White with #A12006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12006; }
p { color: rgb(161,32,6); }
H1.HeaderClassName
{
color: #A12006;
}
.AnyTagClassName
{
color: #A12006;
}
</style>
background-color css
<style>
a { background-color: #A12006; }
a { background-color: rgb(161,32,6); }
div.DivClassName
{
background-color: #A12006;
}
.BgClassName
{
background-color: #A12006;
}
</style>
border-color css
<style>
span { border-color: #A12006; }
span { border-color: rgb(161,32,6); }
td.TdClassName
{
border-color: #A12006;
}
.TagClassName
{
border-color: #A12006;
}
</style>