Shades of Fire Brick #A11E06
Tints of Fire Brick #A11E06
RGB
CMYK
RGB Variations
Color information
#A11E06 (or 0xA11E06) is known color: Fire Brick. HEX triplet: A1, 1E and 06. RGB value is (161,30,6). Sum of RGB (Red+Green+Blue) = 161+30+6=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11E06 is #5EE1F9. Grayscale: #424242. Windows color (decimal): -6218234 or 401057. OLE color: 401057.
HSL color Cylindrical-coordinate representation of color #A11E06: hue angle of 9.29º degrees, saturation: 0.93, 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 #A11E06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 6 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.37 |
| HSL | 9.29º | 0.93% | 0.33% | - |
| HSV(B) | 9.29º | 0.96% | 0.63% | - |
| XYZ | 15.2 | 8.52 | 1.02 | - |
| YUV | 66.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 6 | 0 | 0.81 | 0.96 | 0.37 | 9.29 | 0.93 | 0.33 |
| Hex | A1 | 1E | 6 | 0 | 51 | 60 | 25 | 9 | 5D | 21 |
| Octal | 241 | 36 | 6 | 0 | 121 | 140 | 45 | 11 | 135 | 41 |
| Binary | 10100001 | 11110 | 110 | 0 | 1010001 | 1100000 | 100101 | 1001 | 1011101 | 100001 |
Color Harmonies of #A11E06
Complementary color
Monochromatic Colors of #A11E06
Black with #A11E06
Text Example
Text Example
White with #A11E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E06; }
p { color: rgb(161,30,6); }
H1.HeaderClassName
{
color: #A11E06;
}
.AnyTagClassName
{
color: #A11E06;
}
</style>
background-color css
<style>
a { background-color: #A11E06; }
a { background-color: rgb(161,30,6); }
div.DivClassName
{
background-color: #A11E06;
}
.BgClassName
{
background-color: #A11E06;
}
</style>
border-color css
<style>
span { border-color: #A11E06; }
span { border-color: rgb(161,30,6); }
td.TdClassName
{
border-color: #A11E06;
}
.TagClassName
{
border-color: #A11E06;
}
</style>