Shades of Bright Red #A11A3E
Tints of Bright Red #A11A3E
RGB
CMYK
RGB Variations
Color information
#A11A3E (or 0xA11A3E) is known color: Bright Red. HEX triplet: A1, 1A and 3E. RGB value is (161,26,62). Sum of RGB (Red+Green+Blue) = 161+26+62=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A3E is #5EE5C1. Grayscale: #464646. Windows color (decimal): -6219202 or 4070049. OLE color: 4070049.
HSL color Cylindrical-coordinate representation of color #A11A3E: hue angle of 344º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A3E is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 62 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.37 |
| HSL | 344º | 0.72% | 0.37% | - |
| HSV(B) | 344º | 0.84% | 0.63% | - |
| XYZ | 15.94 | 8.66 | 5.39 | - |
| YUV | 70.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 62 | 0 | 0.84 | 0.61 | 0.37 | 344 | 0.72 | 0.37 |
| Hex | A1 | 1A | 3E | 0 | 54 | 3D | 25 | 158 | 48 | 25 |
| Octal | 241 | 32 | 76 | 0 | 124 | 75 | 45 | 530 | 110 | 45 |
| Binary | 10100001 | 11010 | 111110 | 0 | 1010100 | 111101 | 100101 | 101011000 | 1001000 | 100101 |
Color Harmonies of #A11A3E
Complementary color
Monochromatic Colors of #A11A3E
Black with #A11A3E
Text Example
Text Example
White with #A11A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A3E; }
p { color: rgb(161,26,62); }
H1.HeaderClassName
{
color: #A11A3E;
}
.AnyTagClassName
{
color: #A11A3E;
}
</style>
background-color css
<style>
a { background-color: #A11A3E; }
a { background-color: rgb(161,26,62); }
div.DivClassName
{
background-color: #A11A3E;
}
.BgClassName
{
background-color: #A11A3E;
}
</style>
border-color css
<style>
span { border-color: #A11A3E; }
span { border-color: rgb(161,26,62); }
td.TdClassName
{
border-color: #A11A3E;
}
.TagClassName
{
border-color: #A11A3E;
}
</style>