Shades of Bright Red #A12032
Tints of Bright Red #A12032
RGB
CMYK
RGB Variations
Color information
#A12032 (or 0xA12032) is known color: Bright Red. HEX triplet: A1, 20 and 32. RGB value is (161,32,50). Sum of RGB (Red+Green+Blue) = 161+32+50=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A12032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12032 is #5EDFCD. Grayscale: #484848. Windows color (decimal): -6217678 or 3285153. OLE color: 3285153.
HSL color Cylindrical-coordinate representation of color #A12032: hue angle of 351.63º 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 #A12032 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 50 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.37 |
| HSL | 351.63º | 0.67% | 0.38% | - |
| HSV(B) | 351.63º | 0.8% | 0.63% | - |
| XYZ | 15.79 | 8.84 | 3.89 | - |
| YUV | 72.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 50 | 0 | 0.80 | 0.69 | 0.37 | 351.63 | 0.67 | 0.38 |
| Hex | A1 | 20 | 32 | 0 | 50 | 45 | 25 | 160 | 43 | 26 |
| Octal | 241 | 40 | 62 | 0 | 120 | 105 | 45 | 540 | 103 | 46 |
| Binary | 10100001 | 100000 | 110010 | 0 | 1010000 | 1000101 | 100101 | 101100000 | 1000011 | 100110 |
Color Harmonies of #A12032
Complementary color
Monochromatic Colors of #A12032
Black with #A12032
Text Example
Text Example
White with #A12032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12032; }
p { color: rgb(161,32,50); }
H1.HeaderClassName
{
color: #A12032;
}
.AnyTagClassName
{
color: #A12032;
}
</style>
background-color css
<style>
a { background-color: #A12032; }
a { background-color: rgb(161,32,50); }
div.DivClassName
{
background-color: #A12032;
}
.BgClassName
{
background-color: #A12032;
}
</style>
border-color css
<style>
span { border-color: #A12032; }
span { border-color: rgb(161,32,50); }
td.TdClassName
{
border-color: #A12032;
}
.TagClassName
{
border-color: #A12032;
}
</style>