Shades of Fire Brick #A62810
Tints of Fire Brick #A62810
RGB
CMYK
RGB Variations
Color information
#A62810 (or 0xA62810) is known color: Fire Brick. HEX triplet: A6, 28 and 10. RGB value is (166,40,16). Sum of RGB (Red+Green+Blue) = 166+40+16=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A62810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62810 is #59D7EF. Grayscale: #4B4B4B. Windows color (decimal): -5887984 or 1058982. OLE color: 1058982.
HSL color Cylindrical-coordinate representation of color #A62810: hue angle of 9.6º 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 #A62810 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 16 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.35 |
| HSL | 9.6º | 0.82% | 0.36% | - |
| HSV(B) | 9.6º | 0.9% | 0.65% | - |
| XYZ | 16.58 | 9.66 | 1.48 | - |
| YUV | 74.94 | 94.74 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 16 | 0 | 0.76 | 0.90 | 0.35 | 9.6 | 0.82 | 0.36 |
| Hex | A6 | 28 | 10 | 0 | 4C | 5A | 23 | A | 52 | 24 |
| Octal | 246 | 50 | 20 | 0 | 114 | 132 | 43 | 12 | 122 | 44 |
| Binary | 10100110 | 101000 | 10000 | 0 | 1001100 | 1011010 | 100011 | 1010 | 1010010 | 100100 |
Color Harmonies of #A62810
Complementary color
Monochromatic Colors of #A62810
Black with #A62810
Text Example
Text Example
White with #A62810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62810; }
p { color: rgb(166,40,16); }
H1.HeaderClassName
{
color: #A62810;
}
.AnyTagClassName
{
color: #A62810;
}
</style>
background-color css
<style>
a { background-color: #A62810; }
a { background-color: rgb(166,40,16); }
div.DivClassName
{
background-color: #A62810;
}
.BgClassName
{
background-color: #A62810;
}
</style>
border-color css
<style>
span { border-color: #A62810; }
span { border-color: rgb(166,40,16); }
td.TdClassName
{
border-color: #A62810;
}
.TagClassName
{
border-color: #A62810;
}
</style>