Shades of Bright Red #A1202B
Tints of Bright Red #A1202B
RGB
CMYK
RGB Variations
Color information
#A1202B (or 0xA1202B) is known color: Bright Red. HEX triplet: A1, 20 and 2B. RGB value is (161,32,43). Sum of RGB (Red+Green+Blue) = 161+32+43=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A1202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1202B is #5EDFD4. Grayscale: #474747. Windows color (decimal): -6217685 or 2826401. OLE color: 2826401.
HSL color Cylindrical-coordinate representation of color #A1202B: hue angle of 354.88º 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 #A1202B is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 43 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.37 |
| HSL | 354.88º | 0.67% | 0.38% | - |
| HSV(B) | 354.88º | 0.8% | 0.63% | - |
| XYZ | 15.65 | 8.78 | 3.16 | - |
| YUV | 71.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 43 | 0 | 0.80 | 0.73 | 0.37 | 354.88 | 0.67 | 0.38 |
| Hex | A1 | 20 | 2B | 0 | 50 | 49 | 25 | 163 | 43 | 26 |
| Octal | 241 | 40 | 53 | 0 | 120 | 111 | 45 | 543 | 103 | 46 |
| Binary | 10100001 | 100000 | 101011 | 0 | 1010000 | 1001001 | 100101 | 101100011 | 1000011 | 100110 |
Color Harmonies of #A1202B
Complementary color
Monochromatic Colors of #A1202B
Black with #A1202B
Text Example
Text Example
White with #A1202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1202B; }
p { color: rgb(161,32,43); }
H1.HeaderClassName
{
color: #A1202B;
}
.AnyTagClassName
{
color: #A1202B;
}
</style>
background-color css
<style>
a { background-color: #A1202B; }
a { background-color: rgb(161,32,43); }
div.DivClassName
{
background-color: #A1202B;
}
.BgClassName
{
background-color: #A1202B;
}
</style>
border-color css
<style>
span { border-color: #A1202B; }
span { border-color: rgb(161,32,43); }
td.TdClassName
{
border-color: #A1202B;
}
.TagClassName
{
border-color: #A1202B;
}
</style>