Shades of Fire Brick #A11A07
Tints of Fire Brick #A11A07
RGB
CMYK
RGB Variations
Color information
#A11A07 (or 0xA11A07) is known color: Fire Brick. HEX triplet: A1, 1A and 07. RGB value is (161,26,7). Sum of RGB (Red+Green+Blue) = 161+26+7=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A07 is #5EE5F8. Grayscale: #404040. Windows color (decimal): -6219257 or 465569. OLE color: 465569.
HSL color Cylindrical-coordinate representation of color #A11A07: hue angle of 7.4º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A11A07 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 7 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.37 |
| HSL | 7.4º | 0.92% | 0.33% | - |
| HSV(B) | 7.4º | 0.96% | 0.63% | - |
| XYZ | 15.11 | 8.33 | 1.01 | - |
| YUV | 64.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 7 | 0 | 0.84 | 0.96 | 0.37 | 7.4 | 0.92 | 0.33 |
| Hex | A1 | 1A | 7 | 0 | 54 | 60 | 25 | 7 | 5C | 21 |
| Octal | 241 | 32 | 7 | 0 | 124 | 140 | 45 | 7 | 134 | 41 |
| Binary | 10100001 | 11010 | 111 | 0 | 1010100 | 1100000 | 100101 | 111 | 1011100 | 100001 |
Color Harmonies of #A11A07
Complementary color
Monochromatic Colors of #A11A07
Black with #A11A07
Text Example
Text Example
White with #A11A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A07; }
p { color: rgb(161,26,7); }
H1.HeaderClassName
{
color: #A11A07;
}
.AnyTagClassName
{
color: #A11A07;
}
</style>
background-color css
<style>
a { background-color: #A11A07; }
a { background-color: rgb(161,26,7); }
div.DivClassName
{
background-color: #A11A07;
}
.BgClassName
{
background-color: #A11A07;
}
</style>
border-color css
<style>
span { border-color: #A11A07; }
span { border-color: rgb(161,26,7); }
td.TdClassName
{
border-color: #A11A07;
}
.TagClassName
{
border-color: #A11A07;
}
</style>