Shades of Fire Brick #A62017
Tints of Fire Brick #A62017
RGB
CMYK
RGB Variations
Color information
#A62017 (or 0xA62017) is known color: Fire Brick. HEX triplet: A6, 20 and 17. RGB value is (166,32,23). Sum of RGB (Red+Green+Blue) = 166+32+23=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A62017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62017 is #59DFE8. Grayscale: #474747. Windows color (decimal): -5890025 or 1515686. OLE color: 1515686.
HSL color Cylindrical-coordinate representation of color #A62017: hue angle of 3.78º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A62017 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 23 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.35 |
| HSL | 3.78º | 0.76% | 0.37% | - |
| HSV(B) | 3.78º | 0.86% | 0.65% | - |
| XYZ | 16.4 | 9.2 | 1.72 | - |
| YUV | 71.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 23 | 0 | 0.81 | 0.86 | 0.35 | 3.78 | 0.76 | 0.37 |
| Hex | A6 | 20 | 17 | 0 | 51 | 56 | 23 | 4 | 4C | 25 |
| Octal | 246 | 40 | 27 | 0 | 121 | 126 | 43 | 4 | 114 | 45 |
| Binary | 10100110 | 100000 | 10111 | 0 | 1010001 | 1010110 | 100011 | 100 | 1001100 | 100101 |
Color Harmonies of #A62017
Complementary color
Monochromatic Colors of #A62017
Black with #A62017
Text Example
Text Example
White with #A62017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62017; }
p { color: rgb(166,32,23); }
H1.HeaderClassName
{
color: #A62017;
}
.AnyTagClassName
{
color: #A62017;
}
</style>
background-color css
<style>
a { background-color: #A62017; }
a { background-color: rgb(166,32,23); }
div.DivClassName
{
background-color: #A62017;
}
.BgClassName
{
background-color: #A62017;
}
</style>
border-color css
<style>
span { border-color: #A62017; }
span { border-color: rgb(166,32,23); }
td.TdClassName
{
border-color: #A62017;
}
.TagClassName
{
border-color: #A62017;
}
</style>