Shades of Fire Brick #A61F0D
Tints of Fire Brick #A61F0D
RGB
CMYK
RGB Variations
Color information
#A61F0D (or 0xA61F0D) is known color: Fire Brick. HEX triplet: A6, 1F and 0D. RGB value is (166,31,13). Sum of RGB (Red+Green+Blue) = 166+31+13=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61F0D is #59E0F2. Grayscale: #454545. Windows color (decimal): -5890291 or 860070. OLE color: 860070.
HSL color Cylindrical-coordinate representation of color #A61F0D: hue angle of 7.06º 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 #A61F0D is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 31 | 13 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.35 |
| HSL | 7.06º | 0.85% | 0.35% | - |
| HSV(B) | 7.06º | 0.92% | 0.65% | - |
| XYZ | 16.29 | 9.12 | 1.28 | - |
| YUV | 69.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 13 | 0 | 0.81 | 0.92 | 0.35 | 7.06 | 0.85 | 0.35 |
| Hex | A6 | 1F | D | 0 | 51 | 5C | 23 | 7 | 55 | 23 |
| Octal | 246 | 37 | 15 | 0 | 121 | 134 | 43 | 7 | 125 | 43 |
| Binary | 10100110 | 11111 | 1101 | 0 | 1010001 | 1011100 | 100011 | 111 | 1010101 | 100011 |
Color Harmonies of #A61F0D
Complementary color
Monochromatic Colors of #A61F0D
Black with #A61F0D
Text Example
Text Example
White with #A61F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61F0D; }
p { color: rgb(166,31,13); }
H1.HeaderClassName
{
color: #A61F0D;
}
.AnyTagClassName
{
color: #A61F0D;
}
</style>
background-color css
<style>
a { background-color: #A61F0D; }
a { background-color: rgb(166,31,13); }
div.DivClassName
{
background-color: #A61F0D;
}
.BgClassName
{
background-color: #A61F0D;
}
</style>
border-color css
<style>
span { border-color: #A61F0D; }
span { border-color: rgb(166,31,13); }
td.TdClassName
{
border-color: #A61F0D;
}
.TagClassName
{
border-color: #A61F0D;
}
</style>