Shades of Bright Red #A11C3A
Tints of Bright Red #A11C3A
RGB
CMYK
RGB Variations
Color information
#A11C3A (or 0xA11C3A) is known color: Bright Red. HEX triplet: A1, 1C and 3A. RGB value is (161,28,58). Sum of RGB (Red+Green+Blue) = 161+28+58=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11C3A is #5EE3C5. Grayscale: #474747. Windows color (decimal): -6218694 or 3808417. OLE color: 3808417.
HSL color Cylindrical-coordinate representation of color #A11C3A: hue angle of 346.47º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11C3A is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 28 | 58 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.37 |
| HSL | 346.47º | 0.7% | 0.37% | - |
| HSV(B) | 346.47º | 0.83% | 0.63% | - |
| XYZ | 15.88 | 8.71 | 4.85 | - |
| YUV | 71.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 58 | 0 | 0.83 | 0.64 | 0.37 | 346.47 | 0.7 | 0.37 |
| Hex | A1 | 1C | 3A | 0 | 53 | 40 | 25 | 15A | 46 | 25 |
| Octal | 241 | 34 | 72 | 0 | 123 | 100 | 45 | 532 | 106 | 45 |
| Binary | 10100001 | 11100 | 111010 | 0 | 1010011 | 1000000 | 100101 | 101011010 | 1000110 | 100101 |
Color Harmonies of #A11C3A
Complementary color
Monochromatic Colors of #A11C3A
Black with #A11C3A
Text Example
Text Example
White with #A11C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11C3A; }
p { color: rgb(161,28,58); }
H1.HeaderClassName
{
color: #A11C3A;
}
.AnyTagClassName
{
color: #A11C3A;
}
</style>
background-color css
<style>
a { background-color: #A11C3A; }
a { background-color: rgb(161,28,58); }
div.DivClassName
{
background-color: #A11C3A;
}
.BgClassName
{
background-color: #A11C3A;
}
</style>
border-color css
<style>
span { border-color: #A11C3A; }
span { border-color: rgb(161,28,58); }
td.TdClassName
{
border-color: #A11C3A;
}
.TagClassName
{
border-color: #A11C3A;
}
</style>