Shades of Fire Brick #A61616
Tints of Fire Brick #A61616
RGB
CMYK
RGB Variations
Color information
#A61616 (or 0xA61616) is known color: Fire Brick. HEX triplet: A6, 16 and 16. RGB value is (166,22,22). Sum of RGB (Red+Green+Blue) = 166+22+22=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A61616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61616 is #59E9E9. Grayscale: #414141. Windows color (decimal): -5892586 or 1447590. OLE color: 1447590.
HSL color Cylindrical-coordinate representation of color #A61616: hue angle of 0º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61616 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 22 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.35 |
| HSL | 0º | 0.77% | 0.37% | - |
| HSV(B) | 0º | 0.87% | 0.65% | - |
| XYZ | 16.16 | 8.74 | 1.59 | - |
| YUV | 65.06 | 103.71 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 22 | 0 | 0.87 | 0.87 | 0.35 | 0 | 0.77 | 0.37 |
| Hex | A6 | 16 | 16 | 0 | 57 | 57 | 23 | 0 | 4D | 25 |
| Octal | 246 | 26 | 26 | 0 | 127 | 127 | 43 | 0 | 115 | 45 |
| Binary | 10100110 | 10110 | 10110 | 0 | 1010111 | 1010111 | 100011 | 0 | 1001101 | 100101 |
Color Harmonies of #A61616
Complementary color
Monochromatic Colors of #A61616
Black with #A61616
Text Example
Text Example
White with #A61616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61616; }
p { color: rgb(166,22,22); }
H1.HeaderClassName
{
color: #A61616;
}
.AnyTagClassName
{
color: #A61616;
}
</style>
background-color css
<style>
a { background-color: #A61616; }
a { background-color: rgb(166,22,22); }
div.DivClassName
{
background-color: #A61616;
}
.BgClassName
{
background-color: #A61616;
}
</style>
border-color css
<style>
span { border-color: #A61616; }
span { border-color: rgb(166,22,22); }
td.TdClassName
{
border-color: #A61616;
}
.TagClassName
{
border-color: #A61616;
}
</style>