Shades of Fire Brick #A61610
Tints of Fire Brick #A61610
RGB
CMYK
RGB Variations
Color information
#A61610 (or 0xA61610) is known color: Fire Brick. HEX triplet: A6, 16 and 10. RGB value is (166,22,16). Sum of RGB (Red+Green+Blue) = 166+22+16=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A61610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61610 is #59E9EF. Grayscale: #404040. Windows color (decimal): -5892592 or 1054374. OLE color: 1054374.
HSL color Cylindrical-coordinate representation of color #A61610: hue angle of 2.4º 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 #A61610 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 16 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.35 |
| HSL | 2.4º | 0.82% | 0.36% | - |
| HSV(B) | 2.4º | 0.9% | 0.65% | - |
| XYZ | 16.11 | 8.72 | 1.32 | - |
| YUV | 64.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 16 | 0 | 0.87 | 0.90 | 0.35 | 2.4 | 0.82 | 0.36 |
| Hex | A6 | 16 | 10 | 0 | 57 | 5A | 23 | 2 | 52 | 24 |
| Octal | 246 | 26 | 20 | 0 | 127 | 132 | 43 | 2 | 122 | 44 |
| Binary | 10100110 | 10110 | 10000 | 0 | 1010111 | 1011010 | 100011 | 10 | 1010010 | 100100 |
Color Harmonies of #A61610
Complementary color
Monochromatic Colors of #A61610
Black with #A61610
Text Example
Text Example
White with #A61610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61610; }
p { color: rgb(166,22,16); }
H1.HeaderClassName
{
color: #A61610;
}
.AnyTagClassName
{
color: #A61610;
}
</style>
background-color css
<style>
a { background-color: #A61610; }
a { background-color: rgb(166,22,16); }
div.DivClassName
{
background-color: #A61610;
}
.BgClassName
{
background-color: #A61610;
}
</style>
border-color css
<style>
span { border-color: #A61610; }
span { border-color: rgb(166,22,16); }
td.TdClassName
{
border-color: #A61610;
}
.TagClassName
{
border-color: #A61610;
}
</style>