Shades of Fire Brick #A62110
Tints of Fire Brick #A62110
RGB
CMYK
RGB Variations
Color information
#A62110 (or 0xA62110) is known color: Fire Brick. HEX triplet: A6, 21 and 10. RGB value is (166,33,16). Sum of RGB (Red+Green+Blue) = 166+33+16=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A62110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62110 is #59DEEF. Grayscale: #474747. Windows color (decimal): -5889776 or 1057190. OLE color: 1057190.
HSL color Cylindrical-coordinate representation of color #A62110: hue angle of 6.8º 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 #A62110 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 33 | 16 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.35 |
| HSL | 6.8º | 0.82% | 0.36% | - |
| HSV(B) | 6.8º | 0.9% | 0.65% | - |
| XYZ | 16.36 | 9.23 | 1.41 | - |
| YUV | 70.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 16 | 0 | 0.80 | 0.90 | 0.35 | 6.8 | 0.82 | 0.36 |
| Hex | A6 | 21 | 10 | 0 | 50 | 5A | 23 | 7 | 52 | 24 |
| Octal | 246 | 41 | 20 | 0 | 120 | 132 | 43 | 7 | 122 | 44 |
| Binary | 10100110 | 100001 | 10000 | 0 | 1010000 | 1011010 | 100011 | 111 | 1010010 | 100100 |
Color Harmonies of #A62110
Complementary color
Monochromatic Colors of #A62110
Black with #A62110
Text Example
Text Example
White with #A62110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62110; }
p { color: rgb(166,33,16); }
H1.HeaderClassName
{
color: #A62110;
}
.AnyTagClassName
{
color: #A62110;
}
</style>
background-color css
<style>
a { background-color: #A62110; }
a { background-color: rgb(166,33,16); }
div.DivClassName
{
background-color: #A62110;
}
.BgClassName
{
background-color: #A62110;
}
</style>
border-color css
<style>
span { border-color: #A62110; }
span { border-color: rgb(166,33,16); }
td.TdClassName
{
border-color: #A62110;
}
.TagClassName
{
border-color: #A62110;
}
</style>