Shades of Fire Brick #A61513
Tints of Fire Brick #A61513
RGB
CMYK
RGB Variations
Color information
#A61513 (or 0xA61513) is known color: Fire Brick. HEX triplet: A6, 15 and 13. RGB value is (166,21,19). Sum of RGB (Red+Green+Blue) = 166+21+19=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A61513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61513 is #59EAEC. Grayscale: #404040. Windows color (decimal): -5892845 or 1250726. OLE color: 1250726.
HSL color Cylindrical-coordinate representation of color #A61513: hue angle of 0.82º 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 #A61513 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 19 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.35 |
| HSL | 0.82º | 0.79% | 0.36% | - |
| HSV(B) | 0.82º | 0.89% | 0.65% | - |
| XYZ | 16.11 | 8.69 | 1.44 | - |
| YUV | 64.13 | 102.54 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 19 | 0 | 0.87 | 0.89 | 0.35 | 0.82 | 0.79 | 0.36 |
| Hex | A6 | 15 | 13 | 0 | 57 | 59 | 23 | 1 | 4F | 24 |
| Octal | 246 | 25 | 23 | 0 | 127 | 131 | 43 | 1 | 117 | 44 |
| Binary | 10100110 | 10101 | 10011 | 0 | 1010111 | 1011001 | 100011 | 1 | 1001111 | 100100 |
Color Harmonies of #A61513
Complementary color
Monochromatic Colors of #A61513
Black with #A61513
Text Example
Text Example
White with #A61513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61513; }
p { color: rgb(166,21,19); }
H1.HeaderClassName
{
color: #A61513;
}
.AnyTagClassName
{
color: #A61513;
}
</style>
background-color css
<style>
a { background-color: #A61513; }
a { background-color: rgb(166,21,19); }
div.DivClassName
{
background-color: #A61513;
}
.BgClassName
{
background-color: #A61513;
}
</style>
border-color css
<style>
span { border-color: #A61513; }
span { border-color: rgb(166,21,19); }
td.TdClassName
{
border-color: #A61513;
}
.TagClassName
{
border-color: #A61513;
}
</style>