Shades of Fire Brick #A61C14
Tints of Fire Brick #A61C14
RGB
CMYK
RGB Variations
Color information
#A61C14 (or 0xA61C14) is known color: Fire Brick. HEX triplet: A6, 1C and 14. RGB value is (166,28,20). Sum of RGB (Red+Green+Blue) = 166+28+20=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61C14 is #59E3EB. Grayscale: #444444. Windows color (decimal): -5891052 or 1318054. OLE color: 1318054.
HSL color Cylindrical-coordinate representation of color #A61C14: hue angle of 3.29º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61C14 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 20 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.35 |
| HSL | 3.29º | 0.78% | 0.36% | - |
| HSV(B) | 3.29º | 0.88% | 0.65% | - |
| XYZ | 16.27 | 8.99 | 1.54 | - |
| YUV | 68.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 20 | 0 | 0.83 | 0.88 | 0.35 | 3.29 | 0.78 | 0.36 |
| Hex | A6 | 1C | 14 | 0 | 53 | 58 | 23 | 3 | 4E | 24 |
| Octal | 246 | 34 | 24 | 0 | 123 | 130 | 43 | 3 | 116 | 44 |
| Binary | 10100110 | 11100 | 10100 | 0 | 1010011 | 1011000 | 100011 | 11 | 1001110 | 100100 |
Color Harmonies of #A61C14
Complementary color
Monochromatic Colors of #A61C14
Black with #A61C14
Text Example
Text Example
White with #A61C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C14; }
p { color: rgb(166,28,20); }
H1.HeaderClassName
{
color: #A61C14;
}
.AnyTagClassName
{
color: #A61C14;
}
</style>
background-color css
<style>
a { background-color: #A61C14; }
a { background-color: rgb(166,28,20); }
div.DivClassName
{
background-color: #A61C14;
}
.BgClassName
{
background-color: #A61C14;
}
</style>
border-color css
<style>
span { border-color: #A61C14; }
span { border-color: rgb(166,28,20); }
td.TdClassName
{
border-color: #A61C14;
}
.TagClassName
{
border-color: #A61C14;
}
</style>