Shades of Fire Brick #A62310
Tints of Fire Brick #A62310
RGB
CMYK
RGB Variations
Color information
#A62310 (or 0xA62310) is known color: Fire Brick. HEX triplet: A6, 23 and 10. RGB value is (166,35,16). Sum of RGB (Red+Green+Blue) = 166+35+16=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A62310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62310 is #59DCEF. Grayscale: #484848. Windows color (decimal): -5889264 or 1057702. OLE color: 1057702.
HSL color Cylindrical-coordinate representation of color #A62310: hue angle of 7.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 #A62310 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 16 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.35 |
| HSL | 7.6º | 0.82% | 0.36% | - |
| HSV(B) | 7.6º | 0.9% | 0.65% | - |
| XYZ | 16.42 | 9.35 | 1.43 | - |
| YUV | 72 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 16 | 0 | 0.79 | 0.90 | 0.35 | 7.6 | 0.82 | 0.36 |
| Hex | A6 | 23 | 10 | 0 | 4F | 5A | 23 | 8 | 52 | 24 |
| Octal | 246 | 43 | 20 | 0 | 117 | 132 | 43 | 10 | 122 | 44 |
| Binary | 10100110 | 100011 | 10000 | 0 | 1001111 | 1011010 | 100011 | 1000 | 1010010 | 100100 |
Color Harmonies of #A62310
Complementary color
Monochromatic Colors of #A62310
Black with #A62310
Text Example
Text Example
White with #A62310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62310; }
p { color: rgb(166,35,16); }
H1.HeaderClassName
{
color: #A62310;
}
.AnyTagClassName
{
color: #A62310;
}
</style>
background-color css
<style>
a { background-color: #A62310; }
a { background-color: rgb(166,35,16); }
div.DivClassName
{
background-color: #A62310;
}
.BgClassName
{
background-color: #A62310;
}
</style>
border-color css
<style>
span { border-color: #A62310; }
span { border-color: rgb(166,35,16); }
td.TdClassName
{
border-color: #A62310;
}
.TagClassName
{
border-color: #A62310;
}
</style>