Shades of Bright Red #A1113A
Tints of Bright Red #A1113A
RGB
CMYK
RGB Variations
Color information
#A1113A (or 0xA1113A) is known color: Bright Red. HEX triplet: A1, 11 and 3A. RGB value is (161,17,58). Sum of RGB (Red+Green+Blue) = 161+17+58=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A1113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1113A is #5EEEC5. Grayscale: #404040. Windows color (decimal): -6221510 or 3805601. OLE color: 3805601.
HSL color Cylindrical-coordinate representation of color #A1113A: hue angle of 342.92º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1113A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 58 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.37 |
| HSL | 342.92º | 0.81% | 0.35% | - |
| HSV(B) | 342.92º | 0.89% | 0.63% | - |
| XYZ | 15.66 | 8.28 | 4.78 | - |
| YUV | 64.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 58 | 0 | 0.89 | 0.64 | 0.37 | 342.92 | 0.81 | 0.35 |
| Hex | A1 | 11 | 3A | 0 | 59 | 40 | 25 | 157 | 51 | 23 |
| Octal | 241 | 21 | 72 | 0 | 131 | 100 | 45 | 527 | 121 | 43 |
| Binary | 10100001 | 10001 | 111010 | 0 | 1011001 | 1000000 | 100101 | 101010111 | 1010001 | 100011 |
Color Harmonies of #A1113A
Complementary color
Monochromatic Colors of #A1113A
Black with #A1113A
Text Example
Text Example
White with #A1113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1113A; }
p { color: rgb(161,17,58); }
H1.HeaderClassName
{
color: #A1113A;
}
.AnyTagClassName
{
color: #A1113A;
}
</style>
background-color css
<style>
a { background-color: #A1113A; }
a { background-color: rgb(161,17,58); }
div.DivClassName
{
background-color: #A1113A;
}
.BgClassName
{
background-color: #A1113A;
}
</style>
border-color css
<style>
span { border-color: #A1113A; }
span { border-color: rgb(161,17,58); }
td.TdClassName
{
border-color: #A1113A;
}
.TagClassName
{
border-color: #A1113A;
}
</style>