Shades of Fire Brick #A62010
Tints of Fire Brick #A62010
RGB
CMYK
RGB Variations
Color information
#A62010 (or 0xA62010) is known color: Fire Brick. HEX triplet: A6, 20 and 10. RGB value is (166,32,16). Sum of RGB (Red+Green+Blue) = 166+32+16=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A62010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62010 is #59DFEF. Grayscale: #464646. Windows color (decimal): -5890032 or 1056934. OLE color: 1056934.
HSL color Cylindrical-coordinate representation of color #A62010: hue angle of 6.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A62010 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 16 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.35 |
| HSL | 6.4º | 0.82% | 0.36% | - |
| HSV(B) | 6.4º | 0.9% | 0.65% | - |
| XYZ | 16.34 | 9.18 | 1.4 | - |
| YUV | 70.24 | 97.39 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 16 | 0 | 0.81 | 0.90 | 0.35 | 6.4 | 0.82 | 0.36 |
| Hex | A6 | 20 | 10 | 0 | 51 | 5A | 23 | 6 | 52 | 24 |
| Octal | 246 | 40 | 20 | 0 | 121 | 132 | 43 | 6 | 122 | 44 |
| Binary | 10100110 | 100000 | 10000 | 0 | 1010001 | 1011010 | 100011 | 110 | 1010010 | 100100 |
Color Harmonies of #A62010
Complementary color
Monochromatic Colors of #A62010
Black with #A62010
Text Example
Text Example
White with #A62010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62010; }
p { color: rgb(166,32,16); }
H1.HeaderClassName
{
color: #A62010;
}
.AnyTagClassName
{
color: #A62010;
}
</style>
background-color css
<style>
a { background-color: #A62010; }
a { background-color: rgb(166,32,16); }
div.DivClassName
{
background-color: #A62010;
}
.BgClassName
{
background-color: #A62010;
}
</style>
border-color css
<style>
span { border-color: #A62010; }
span { border-color: rgb(166,32,16); }
td.TdClassName
{
border-color: #A62010;
}
.TagClassName
{
border-color: #A62010;
}
</style>