Shades of Bright Red #A11A2A
Tints of Bright Red #A11A2A
RGB
CMYK
RGB Variations
Color information
#A11A2A (or 0xA11A2A) is known color: Bright Red. HEX triplet: A1, 1A and 2A. RGB value is (161,26,42). Sum of RGB (Red+Green+Blue) = 161+26+42=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A2A is #5EE5D5. Grayscale: #444444. Windows color (decimal): -6219222 or 2759329. OLE color: 2759329.
HSL color Cylindrical-coordinate representation of color #A11A2A: hue angle of 352.89º 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 #A11A2A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 42 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.37 |
| HSL | 352.89º | 0.72% | 0.37% | - |
| HSV(B) | 352.89º | 0.84% | 0.63% | - |
| XYZ | 15.49 | 8.48 | 3.01 | - |
| YUV | 68.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 42 | 0 | 0.84 | 0.74 | 0.37 | 352.89 | 0.72 | 0.37 |
| Hex | A1 | 1A | 2A | 0 | 54 | 4A | 25 | 161 | 48 | 25 |
| Octal | 241 | 32 | 52 | 0 | 124 | 112 | 45 | 541 | 110 | 45 |
| Binary | 10100001 | 11010 | 101010 | 0 | 1010100 | 1001010 | 100101 | 101100001 | 1001000 | 100101 |
Color Harmonies of #A11A2A
Complementary color
Monochromatic Colors of #A11A2A
Black with #A11A2A
Text Example
Text Example
White with #A11A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A2A; }
p { color: rgb(161,26,42); }
H1.HeaderClassName
{
color: #A11A2A;
}
.AnyTagClassName
{
color: #A11A2A;
}
</style>
background-color css
<style>
a { background-color: #A11A2A; }
a { background-color: rgb(161,26,42); }
div.DivClassName
{
background-color: #A11A2A;
}
.BgClassName
{
background-color: #A11A2A;
}
</style>
border-color css
<style>
span { border-color: #A11A2A; }
span { border-color: rgb(161,26,42); }
td.TdClassName
{
border-color: #A11A2A;
}
.TagClassName
{
border-color: #A11A2A;
}
</style>