Shades of Fire Brick #A61D0D
Tints of Fire Brick #A61D0D
RGB
CMYK
RGB Variations
Color information
#A61D0D (or 0xA61D0D) is known color: Fire Brick. HEX triplet: A6, 1D and 0D. RGB value is (166,29,13). Sum of RGB (Red+Green+Blue) = 166+29+13=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61D0D is #59E2F2. Grayscale: #444444. Windows color (decimal): -5890803 or 859558. OLE color: 859558.
HSL color Cylindrical-coordinate representation of color #A61D0D: hue angle of 6.27º 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 #A61D0D is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 13 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.35 |
| HSL | 6.27º | 0.85% | 0.35% | - |
| HSV(B) | 6.27º | 0.92% | 0.65% | - |
| XYZ | 16.24 | 9.01 | 1.26 | - |
| YUV | 68.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 13 | 0 | 0.83 | 0.92 | 0.35 | 6.27 | 0.85 | 0.35 |
| Hex | A6 | 1D | D | 0 | 53 | 5C | 23 | 6 | 55 | 23 |
| Octal | 246 | 35 | 15 | 0 | 123 | 134 | 43 | 6 | 125 | 43 |
| Binary | 10100110 | 11101 | 1101 | 0 | 1010011 | 1011100 | 100011 | 110 | 1010101 | 100011 |
Color Harmonies of #A61D0D
Complementary color
Monochromatic Colors of #A61D0D
Black with #A61D0D
Text Example
Text Example
White with #A61D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61D0D; }
p { color: rgb(166,29,13); }
H1.HeaderClassName
{
color: #A61D0D;
}
.AnyTagClassName
{
color: #A61D0D;
}
</style>
background-color css
<style>
a { background-color: #A61D0D; }
a { background-color: rgb(166,29,13); }
div.DivClassName
{
background-color: #A61D0D;
}
.BgClassName
{
background-color: #A61D0D;
}
</style>
border-color css
<style>
span { border-color: #A61D0D; }
span { border-color: rgb(166,29,13); }
td.TdClassName
{
border-color: #A61D0D;
}
.TagClassName
{
border-color: #A61D0D;
}
</style>