Shades of Bright Red #A1202E
Tints of Bright Red #A1202E
RGB
CMYK
RGB Variations
Color information
#A1202E (or 0xA1202E) is known color: Bright Red. HEX triplet: A1, 20 and 2E. RGB value is (161,32,46). Sum of RGB (Red+Green+Blue) = 161+32+46=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1202E is #5EDFD1. Grayscale: #484848. Windows color (decimal): -6217682 or 3023009. OLE color: 3023009.
HSL color Cylindrical-coordinate representation of color #A1202E: hue angle of 353.49º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1202E is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 46 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.37 |
| HSL | 353.49º | 0.67% | 0.38% | - |
| HSV(B) | 353.49º | 0.8% | 0.63% | - |
| XYZ | 15.71 | 8.81 | 3.46 | - |
| YUV | 72.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 46 | 0 | 0.80 | 0.71 | 0.37 | 353.49 | 0.67 | 0.38 |
| Hex | A1 | 20 | 2E | 0 | 50 | 47 | 25 | 161 | 43 | 26 |
| Octal | 241 | 40 | 56 | 0 | 120 | 107 | 45 | 541 | 103 | 46 |
| Binary | 10100001 | 100000 | 101110 | 0 | 1010000 | 1000111 | 100101 | 101100001 | 1000011 | 100110 |
Color Harmonies of #A1202E
Complementary color
Monochromatic Colors of #A1202E
Black with #A1202E
Text Example
Text Example
White with #A1202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1202E; }
p { color: rgb(161,32,46); }
H1.HeaderClassName
{
color: #A1202E;
}
.AnyTagClassName
{
color: #A1202E;
}
</style>
background-color css
<style>
a { background-color: #A1202E; }
a { background-color: rgb(161,32,46); }
div.DivClassName
{
background-color: #A1202E;
}
.BgClassName
{
background-color: #A1202E;
}
</style>
border-color css
<style>
span { border-color: #A1202E; }
span { border-color: rgb(161,32,46); }
td.TdClassName
{
border-color: #A1202E;
}
.TagClassName
{
border-color: #A1202E;
}
</style>