Shades of Fire Brick #A61C0E
Tints of Fire Brick #A61C0E
RGB
CMYK
RGB Variations
Color information
#A61C0E (or 0xA61C0E) is known color: Fire Brick. HEX triplet: A6, 1C and 0E. RGB value is (166,28,14). Sum of RGB (Red+Green+Blue) = 166+28+14=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61C0E is #59E3F1. Grayscale: #434343. Windows color (decimal): -5891058 or 924838. OLE color: 924838.
HSL color Cylindrical-coordinate representation of color #A61C0E: hue angle of 5.53º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A61C0E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 14 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.35 |
| HSL | 5.53º | 0.84% | 0.35% | - |
| HSV(B) | 5.53º | 0.92% | 0.65% | - |
| XYZ | 16.22 | 8.97 | 1.29 | - |
| YUV | 67.67 | 97.72 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 14 | 0 | 0.83 | 0.92 | 0.35 | 5.53 | 0.84 | 0.35 |
| Hex | A6 | 1C | E | 0 | 53 | 5C | 23 | 6 | 54 | 23 |
| Octal | 246 | 34 | 16 | 0 | 123 | 134 | 43 | 6 | 124 | 43 |
| Binary | 10100110 | 11100 | 1110 | 0 | 1010011 | 1011100 | 100011 | 110 | 1010100 | 100011 |
Color Harmonies of #A61C0E
Complementary color
Monochromatic Colors of #A61C0E
Black with #A61C0E
Text Example
Text Example
White with #A61C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C0E; }
p { color: rgb(166,28,14); }
H1.HeaderClassName
{
color: #A61C0E;
}
.AnyTagClassName
{
color: #A61C0E;
}
</style>
background-color css
<style>
a { background-color: #A61C0E; }
a { background-color: rgb(166,28,14); }
div.DivClassName
{
background-color: #A61C0E;
}
.BgClassName
{
background-color: #A61C0E;
}
</style>
border-color css
<style>
span { border-color: #A61C0E; }
span { border-color: rgb(166,28,14); }
td.TdClassName
{
border-color: #A61C0E;
}
.TagClassName
{
border-color: #A61C0E;
}
</style>