Shades of Fire Brick #A62410
Tints of Fire Brick #A62410
RGB
CMYK
RGB Variations
Color information
#A62410 (or 0xA62410) is known color: Fire Brick. HEX triplet: A6, 24 and 10. RGB value is (166,36,16). Sum of RGB (Red+Green+Blue) = 166+36+16=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A62410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62410 is #59DBEF. Grayscale: #484848. Windows color (decimal): -5889008 or 1057958. OLE color: 1057958.
HSL color Cylindrical-coordinate representation of color #A62410: hue angle of 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 #A62410 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 16 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.35 |
| HSL | 8º | 0.82% | 0.36% | - |
| HSV(B) | 8º | 0.9% | 0.65% | - |
| XYZ | 16.45 | 9.41 | 1.44 | - |
| YUV | 72.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 16 | 0 | 0.78 | 0.90 | 0.35 | 8 | 0.82 | 0.36 |
| Hex | A6 | 24 | 10 | 0 | 4E | 5A | 23 | 8 | 52 | 24 |
| Octal | 246 | 44 | 20 | 0 | 116 | 132 | 43 | 10 | 122 | 44 |
| Binary | 10100110 | 100100 | 10000 | 0 | 1001110 | 1011010 | 100011 | 1000 | 1010010 | 100100 |
Color Harmonies of #A62410
Complementary color
Monochromatic Colors of #A62410
Black with #A62410
Text Example
Text Example
White with #A62410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62410; }
p { color: rgb(166,36,16); }
H1.HeaderClassName
{
color: #A62410;
}
.AnyTagClassName
{
color: #A62410;
}
</style>
background-color css
<style>
a { background-color: #A62410; }
a { background-color: rgb(166,36,16); }
div.DivClassName
{
background-color: #A62410;
}
.BgClassName
{
background-color: #A62410;
}
</style>
border-color css
<style>
span { border-color: #A62410; }
span { border-color: rgb(166,36,16); }
td.TdClassName
{
border-color: #A62410;
}
.TagClassName
{
border-color: #A62410;
}
</style>