Shades of Bright Red #A11C3C
Tints of Bright Red #A11C3C
RGB
CMYK
RGB Variations
Color information
#A11C3C (or 0xA11C3C) is known color: Bright Red. HEX triplet: A1, 1C and 3C. RGB value is (161,28,60). Sum of RGB (Red+Green+Blue) = 161+28+60=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11C3C is #5EE3C3. Grayscale: #474747. Windows color (decimal): -6218692 or 3939489. OLE color: 3939489.
HSL color Cylindrical-coordinate representation of color #A11C3C: hue angle of 345.56º 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 #A11C3C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 28 | 60 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.37 |
| HSL | 345.56º | 0.7% | 0.37% | - |
| HSV(B) | 345.56º | 0.83% | 0.63% | - |
| XYZ | 15.93 | 8.73 | 5.12 | - |
| YUV | 71.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 60 | 0 | 0.83 | 0.63 | 0.37 | 345.56 | 0.7 | 0.37 |
| Hex | A1 | 1C | 3C | 0 | 53 | 3F | 25 | 15A | 46 | 25 |
| Octal | 241 | 34 | 74 | 0 | 123 | 77 | 45 | 532 | 106 | 45 |
| Binary | 10100001 | 11100 | 111100 | 0 | 1010011 | 111111 | 100101 | 101011010 | 1000110 | 100101 |
Color Harmonies of #A11C3C
Complementary color
Monochromatic Colors of #A11C3C
Black with #A11C3C
Text Example
Text Example
White with #A11C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11C3C; }
p { color: rgb(161,28,60); }
H1.HeaderClassName
{
color: #A11C3C;
}
.AnyTagClassName
{
color: #A11C3C;
}
</style>
background-color css
<style>
a { background-color: #A11C3C; }
a { background-color: rgb(161,28,60); }
div.DivClassName
{
background-color: #A11C3C;
}
.BgClassName
{
background-color: #A11C3C;
}
</style>
border-color css
<style>
span { border-color: #A11C3C; }
span { border-color: rgb(161,28,60); }
td.TdClassName
{
border-color: #A11C3C;
}
.TagClassName
{
border-color: #A11C3C;
}
</style>