Shades of Fire Brick #A6150D
Tints of Fire Brick #A6150D
RGB
CMYK
RGB Variations
Color information
#A6150D (or 0xA6150D) is known color: Fire Brick. HEX triplet: A6, 15 and 0D. RGB value is (166,21,13). Sum of RGB (Red+Green+Blue) = 166+21+13=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A6150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6150D is #59EAF2. Grayscale: #3F3F3F. Windows color (decimal): -5892851 or 857510. OLE color: 857510.
HSL color Cylindrical-coordinate representation of color #A6150D: hue angle of 3.14º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6150D is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 13 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.35 |
| HSL | 3.14º | 0.85% | 0.35% | - |
| HSV(B) | 3.14º | 0.92% | 0.65% | - |
| XYZ | 16.07 | 8.67 | 1.21 | - |
| YUV | 63.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 13 | 0 | 0.87 | 0.92 | 0.35 | 3.14 | 0.85 | 0.35 |
| Hex | A6 | 15 | D | 0 | 57 | 5C | 23 | 3 | 55 | 23 |
| Octal | 246 | 25 | 15 | 0 | 127 | 134 | 43 | 3 | 125 | 43 |
| Binary | 10100110 | 10101 | 1101 | 0 | 1010111 | 1011100 | 100011 | 11 | 1010101 | 100011 |
Color Harmonies of #A6150D
Complementary color
Monochromatic Colors of #A6150D
Black with #A6150D
Text Example
Text Example
White with #A6150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6150D; }
p { color: rgb(166,21,13); }
H1.HeaderClassName
{
color: #A6150D;
}
.AnyTagClassName
{
color: #A6150D;
}
</style>
background-color css
<style>
a { background-color: #A6150D; }
a { background-color: rgb(166,21,13); }
div.DivClassName
{
background-color: #A6150D;
}
.BgClassName
{
background-color: #A6150D;
}
</style>
border-color css
<style>
span { border-color: #A6150D; }
span { border-color: rgb(166,21,13); }
td.TdClassName
{
border-color: #A6150D;
}
.TagClassName
{
border-color: #A6150D;
}
</style>