Shades of Fire Brick #A11F0D
Tints of Fire Brick #A11F0D
RGB
CMYK
RGB Variations
Color information
#A11F0D (or 0xA11F0D) is known color: Fire Brick. HEX triplet: A1, 1F and 0D. RGB value is (161,31,13). Sum of RGB (Red+Green+Blue) = 161+31+13=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F0D is #5EE0F2. Grayscale: #444444. Windows color (decimal): -6217971 or 860065. OLE color: 860065.
HSL color Cylindrical-coordinate representation of color #A11F0D: hue angle of 7.3º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A11F0D is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 13 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.37 |
| HSL | 7.3º | 0.85% | 0.34% | - |
| HSV(B) | 7.3º | 0.92% | 0.63% | - |
| XYZ | 15.26 | 8.59 | 1.23 | - |
| YUV | 67.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 13 | 0 | 0.81 | 0.92 | 0.37 | 7.3 | 0.85 | 0.34 |
| Hex | A1 | 1F | D | 0 | 51 | 5C | 25 | 7 | 55 | 22 |
| Octal | 241 | 37 | 15 | 0 | 121 | 134 | 45 | 7 | 125 | 42 |
| Binary | 10100001 | 11111 | 1101 | 0 | 1010001 | 1011100 | 100101 | 111 | 1010101 | 100010 |
Color Harmonies of #A11F0D
Complementary color
Monochromatic Colors of #A11F0D
Black with #A11F0D
Text Example
Text Example
White with #A11F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F0D; }
p { color: rgb(161,31,13); }
H1.HeaderClassName
{
color: #A11F0D;
}
.AnyTagClassName
{
color: #A11F0D;
}
</style>
background-color css
<style>
a { background-color: #A11F0D; }
a { background-color: rgb(161,31,13); }
div.DivClassName
{
background-color: #A11F0D;
}
.BgClassName
{
background-color: #A11F0D;
}
</style>
border-color css
<style>
span { border-color: #A11F0D; }
span { border-color: rgb(161,31,13); }
td.TdClassName
{
border-color: #A11F0D;
}
.TagClassName
{
border-color: #A11F0D;
}
</style>