Shades of Bright Red #A12942
Tints of Bright Red #A12942
RGB
CMYK
RGB Variations
Color information
#A12942 (or 0xA12942) is known color: Bright Red. HEX triplet: A1, 29 and 42. RGB value is (161,41,66). Sum of RGB (Red+Green+Blue) = 161+41+66=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A12942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12942 is #5ED6BD. Grayscale: #4F4F4F. Windows color (decimal): -6215358 or 4336033. OLE color: 4336033.
HSL color Cylindrical-coordinate representation of color #A12942: hue angle of 347.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12942 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 66 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.37 |
| HSL | 347.5º | 0.59% | 0.4% | - |
| HSV(B) | 347.5º | 0.75% | 0.63% | - |
| XYZ | 16.47 | 9.56 | 6.13 | - |
| YUV | 79.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 66 | 0 | 0.75 | 0.59 | 0.37 | 347.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | 42 | 0 | 4B | 3B | 25 | 15C | 3B | 28 |
| Octal | 241 | 51 | 102 | 0 | 113 | 73 | 45 | 534 | 73 | 50 |
| Binary | 10100001 | 101001 | 1000010 | 0 | 1001011 | 111011 | 100101 | 101011100 | 111011 | 101000 |
Color Harmonies of #A12942
Complementary color
Monochromatic Colors of #A12942
Black with #A12942
Text Example
Text Example
White with #A12942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12942; }
p { color: rgb(161,41,66); }
H1.HeaderClassName
{
color: #A12942;
}
.AnyTagClassName
{
color: #A12942;
}
</style>
background-color css
<style>
a { background-color: #A12942; }
a { background-color: rgb(161,41,66); }
div.DivClassName
{
background-color: #A12942;
}
.BgClassName
{
background-color: #A12942;
}
</style>
border-color css
<style>
span { border-color: #A12942; }
span { border-color: rgb(161,41,66); }
td.TdClassName
{
border-color: #A12942;
}
.TagClassName
{
border-color: #A12942;
}
</style>