Shades of Bright Red #A11A2F
Tints of Bright Red #A11A2F
RGB
CMYK
RGB Variations
Color information
#A11A2F (or 0xA11A2F) is known color: Bright Red. HEX triplet: A1, 1A and 2F. RGB value is (161,26,47). Sum of RGB (Red+Green+Blue) = 161+26+47=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A2F is #5EE5D0. Grayscale: #444444. Windows color (decimal): -6219217 or 3087009. OLE color: 3087009.
HSL color Cylindrical-coordinate representation of color #A11A2F: hue angle of 350.67º 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 #A11A2F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 47 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.37 |
| HSL | 350.67º | 0.72% | 0.37% | - |
| HSV(B) | 350.67º | 0.84% | 0.63% | - |
| XYZ | 15.58 | 8.52 | 3.51 | - |
| YUV | 68.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 47 | 0 | 0.84 | 0.71 | 0.37 | 350.67 | 0.72 | 0.37 |
| Hex | A1 | 1A | 2F | 0 | 54 | 47 | 25 | 15F | 48 | 25 |
| Octal | 241 | 32 | 57 | 0 | 124 | 107 | 45 | 537 | 110 | 45 |
| Binary | 10100001 | 11010 | 101111 | 0 | 1010100 | 1000111 | 100101 | 101011111 | 1001000 | 100101 |
Color Harmonies of #A11A2F
Complementary color
Monochromatic Colors of #A11A2F
Black with #A11A2F
Text Example
Text Example
White with #A11A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A2F; }
p { color: rgb(161,26,47); }
H1.HeaderClassName
{
color: #A11A2F;
}
.AnyTagClassName
{
color: #A11A2F;
}
</style>
background-color css
<style>
a { background-color: #A11A2F; }
a { background-color: rgb(161,26,47); }
div.DivClassName
{
background-color: #A11A2F;
}
.BgClassName
{
background-color: #A11A2F;
}
</style>
border-color css
<style>
span { border-color: #A11A2F; }
span { border-color: rgb(161,26,47); }
td.TdClassName
{
border-color: #A11A2F;
}
.TagClassName
{
border-color: #A11A2F;
}
</style>