Shades of Fire Brick #A62718
Tints of Fire Brick #A62718
RGB
CMYK
RGB Variations
Color information
#A62718 (or 0xA62718) is known color: Fire Brick. HEX triplet: A6, 27 and 18. RGB value is (166,39,24). Sum of RGB (Red+Green+Blue) = 166+39+24=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A62718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62718 is #59D8E7. Grayscale: #4B4B4B. Windows color (decimal): -5888232 or 1583014. OLE color: 1583014.
HSL color Cylindrical-coordinate representation of color #A62718: hue angle of 6.34º degrees, saturation: 0.75, 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 #A62718 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 24 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.35 |
| HSL | 6.34º | 0.75% | 0.37% | - |
| HSV(B) | 6.34º | 0.86% | 0.65% | - |
| XYZ | 16.62 | 9.62 | 1.85 | - |
| YUV | 75.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 24 | 0 | 0.77 | 0.86 | 0.35 | 6.34 | 0.75 | 0.37 |
| Hex | A6 | 27 | 18 | 0 | 4D | 56 | 23 | 6 | 4B | 25 |
| Octal | 246 | 47 | 30 | 0 | 115 | 126 | 43 | 6 | 113 | 45 |
| Binary | 10100110 | 100111 | 11000 | 0 | 1001101 | 1010110 | 100011 | 110 | 1001011 | 100101 |
Color Harmonies of #A62718
Complementary color
Monochromatic Colors of #A62718
Black with #A62718
Text Example
Text Example
White with #A62718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62718; }
p { color: rgb(166,39,24); }
H1.HeaderClassName
{
color: #A62718;
}
.AnyTagClassName
{
color: #A62718;
}
</style>
background-color css
<style>
a { background-color: #A62718; }
a { background-color: rgb(166,39,24); }
div.DivClassName
{
background-color: #A62718;
}
.BgClassName
{
background-color: #A62718;
}
</style>
border-color css
<style>
span { border-color: #A62718; }
span { border-color: rgb(166,39,24); }
td.TdClassName
{
border-color: #A62718;
}
.TagClassName
{
border-color: #A62718;
}
</style>