Shades of Fire Brick #A62813
Tints of Fire Brick #A62813
RGB
CMYK
RGB Variations
Color information
#A62813 (or 0xA62813) is known color: Fire Brick. HEX triplet: A6, 28 and 13. RGB value is (166,40,19). Sum of RGB (Red+Green+Blue) = 166+40+19=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A62813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62813 is #59D7EC. Grayscale: #4B4B4B. Windows color (decimal): -5887981 or 1255590. OLE color: 1255590.
HSL color Cylindrical-coordinate representation of color #A62813: hue angle of 8.57º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A62813 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 19 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.35 |
| HSL | 8.57º | 0.79% | 0.36% | - |
| HSV(B) | 8.57º | 0.89% | 0.65% | - |
| XYZ | 16.6 | 9.67 | 1.61 | - |
| YUV | 75.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 19 | 0 | 0.76 | 0.89 | 0.35 | 8.57 | 0.79 | 0.36 |
| Hex | A6 | 28 | 13 | 0 | 4C | 59 | 23 | 9 | 4F | 24 |
| Octal | 246 | 50 | 23 | 0 | 114 | 131 | 43 | 11 | 117 | 44 |
| Binary | 10100110 | 101000 | 10011 | 0 | 1001100 | 1011001 | 100011 | 1001 | 1001111 | 100100 |
Color Harmonies of #A62813
Complementary color
Monochromatic Colors of #A62813
Black with #A62813
Text Example
Text Example
White with #A62813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62813; }
p { color: rgb(166,40,19); }
H1.HeaderClassName
{
color: #A62813;
}
.AnyTagClassName
{
color: #A62813;
}
</style>
background-color css
<style>
a { background-color: #A62813; }
a { background-color: rgb(166,40,19); }
div.DivClassName
{
background-color: #A62813;
}
.BgClassName
{
background-color: #A62813;
}
</style>
border-color css
<style>
span { border-color: #A62813; }
span { border-color: rgb(166,40,19); }
td.TdClassName
{
border-color: #A62813;
}
.TagClassName
{
border-color: #A62813;
}
</style>