Shades of Fire Brick #A11F0A
Tints of Fire Brick #A11F0A
RGB
CMYK
RGB Variations
Color information
#A11F0A (or 0xA11F0A) is known color: Fire Brick. HEX triplet: A1, 1F and 0A. RGB value is (161,31,10). Sum of RGB (Red+Green+Blue) = 161+31+10=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F0A is #5EE0F5. Grayscale: #434343. Windows color (decimal): -6217974 or 663457. OLE color: 663457.
HSL color Cylindrical-coordinate representation of color #A11F0A: hue angle of 8.34º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A11F0A is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 10 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.37 |
| HSL | 8.34º | 0.88% | 0.34% | - |
| HSV(B) | 8.34º | 0.94% | 0.63% | - |
| XYZ | 15.24 | 8.58 | 1.14 | - |
| YUV | 67.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 10 | 0 | 0.81 | 0.94 | 0.37 | 8.34 | 0.88 | 0.34 |
| Hex | A1 | 1F | A | 0 | 51 | 5E | 25 | 8 | 58 | 22 |
| Octal | 241 | 37 | 12 | 0 | 121 | 136 | 45 | 10 | 130 | 42 |
| Binary | 10100001 | 11111 | 1010 | 0 | 1010001 | 1011110 | 100101 | 1000 | 1011000 | 100010 |
Color Harmonies of #A11F0A
Complementary color
Monochromatic Colors of #A11F0A
Black with #A11F0A
Text Example
Text Example
White with #A11F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F0A; }
p { color: rgb(161,31,10); }
H1.HeaderClassName
{
color: #A11F0A;
}
.AnyTagClassName
{
color: #A11F0A;
}
</style>
background-color css
<style>
a { background-color: #A11F0A; }
a { background-color: rgb(161,31,10); }
div.DivClassName
{
background-color: #A11F0A;
}
.BgClassName
{
background-color: #A11F0A;
}
</style>
border-color css
<style>
span { border-color: #A11F0A; }
span { border-color: rgb(161,31,10); }
td.TdClassName
{
border-color: #A11F0A;
}
.TagClassName
{
border-color: #A11F0A;
}
</style>