Shades of Fire Brick #A62910
Tints of Fire Brick #A62910
RGB
CMYK
RGB Variations
Color information
#A62910 (or 0xA62910) is known color: Fire Brick. HEX triplet: A6, 29 and 10. RGB value is (166,41,16). Sum of RGB (Red+Green+Blue) = 166+41+16=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A62910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62910 is #59D6EF. Grayscale: #4B4B4B. Windows color (decimal): -5887728 or 1059238. OLE color: 1059238.
HSL color Cylindrical-coordinate representation of color #A62910: hue angle of 10º 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 #A62910 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 16 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.35 |
| HSL | 10º | 0.82% | 0.36% | - |
| HSV(B) | 10º | 0.9% | 0.65% | - |
| XYZ | 16.61 | 9.73 | 1.49 | - |
| YUV | 75.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 16 | 0 | 0.75 | 0.90 | 0.35 | 10 | 0.82 | 0.36 |
| Hex | A6 | 29 | 10 | 0 | 4B | 5A | 23 | A | 52 | 24 |
| Octal | 246 | 51 | 20 | 0 | 113 | 132 | 43 | 12 | 122 | 44 |
| Binary | 10100110 | 101001 | 10000 | 0 | 1001011 | 1011010 | 100011 | 1010 | 1010010 | 100100 |
Color Harmonies of #A62910
Complementary color
Monochromatic Colors of #A62910
Black with #A62910
Text Example
Text Example
White with #A62910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62910; }
p { color: rgb(166,41,16); }
H1.HeaderClassName
{
color: #A62910;
}
.AnyTagClassName
{
color: #A62910;
}
</style>
background-color css
<style>
a { background-color: #A62910; }
a { background-color: rgb(166,41,16); }
div.DivClassName
{
background-color: #A62910;
}
.BgClassName
{
background-color: #A62910;
}
</style>
border-color css
<style>
span { border-color: #A62910; }
span { border-color: rgb(166,41,16); }
td.TdClassName
{
border-color: #A62910;
}
.TagClassName
{
border-color: #A62910;
}
</style>