Shades of Fire Brick #A61A15
Tints of Fire Brick #A61A15
RGB
CMYK
RGB Variations
Color information
#A61A15 (or 0xA61A15) is known color: Fire Brick. HEX triplet: A6, 1A and 15. RGB value is (166,26,21). Sum of RGB (Red+Green+Blue) = 166+26+21=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61A15 is #59E5EA. Grayscale: #434343. Windows color (decimal): -5891563 or 1383078. OLE color: 1383078.
HSL color Cylindrical-coordinate representation of color #A61A15: hue angle of 2.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61A15 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 21 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.35 |
| HSL | 2.07º | 0.78% | 0.37% | - |
| HSV(B) | 2.07º | 0.87% | 0.65% | - |
| XYZ | 16.23 | 8.9 | 1.57 | - |
| YUV | 67.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 21 | 0 | 0.84 | 0.87 | 0.35 | 2.07 | 0.78 | 0.37 |
| Hex | A6 | 1A | 15 | 0 | 54 | 57 | 23 | 2 | 4E | 25 |
| Octal | 246 | 32 | 25 | 0 | 124 | 127 | 43 | 2 | 116 | 45 |
| Binary | 10100110 | 11010 | 10101 | 0 | 1010100 | 1010111 | 100011 | 10 | 1001110 | 100101 |
Color Harmonies of #A61A15
Complementary color
Monochromatic Colors of #A61A15
Black with #A61A15
Text Example
Text Example
White with #A61A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A15; }
p { color: rgb(166,26,21); }
H1.HeaderClassName
{
color: #A61A15;
}
.AnyTagClassName
{
color: #A61A15;
}
</style>
background-color css
<style>
a { background-color: #A61A15; }
a { background-color: rgb(166,26,21); }
div.DivClassName
{
background-color: #A61A15;
}
.BgClassName
{
background-color: #A61A15;
}
</style>
border-color css
<style>
span { border-color: #A61A15; }
span { border-color: rgb(166,26,21); }
td.TdClassName
{
border-color: #A61A15;
}
.TagClassName
{
border-color: #A61A15;
}
</style>