Shades of Bright Red #A12431
Tints of Bright Red #A12431
RGB
CMYK
RGB Variations
Color information
#A12431 (or 0xA12431) is known color: Bright Red. HEX triplet: A1, 24 and 31. RGB value is (161,36,49). Sum of RGB (Red+Green+Blue) = 161+36+49=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A12431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12431 is #5EDBCE. Grayscale: #4A4A4A. Windows color (decimal): -6216655 or 3220641. OLE color: 3220641.
HSL color Cylindrical-coordinate representation of color #A12431: hue angle of 353.76º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12431 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 49 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.37 |
| HSL | 353.76º | 0.63% | 0.39% | - |
| HSV(B) | 353.76º | 0.78% | 0.63% | - |
| XYZ | 15.88 | 9.06 | 3.82 | - |
| YUV | 74.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 49 | 0 | 0.78 | 0.70 | 0.37 | 353.76 | 0.63 | 0.39 |
| Hex | A1 | 24 | 31 | 0 | 4E | 46 | 25 | 162 | 3F | 27 |
| Octal | 241 | 44 | 61 | 0 | 116 | 106 | 45 | 542 | 77 | 47 |
| Binary | 10100001 | 100100 | 110001 | 0 | 1001110 | 1000110 | 100101 | 101100010 | 111111 | 100111 |
Color Harmonies of #A12431
Complementary color
Monochromatic Colors of #A12431
Black with #A12431
Text Example
Text Example
White with #A12431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12431; }
p { color: rgb(161,36,49); }
H1.HeaderClassName
{
color: #A12431;
}
.AnyTagClassName
{
color: #A12431;
}
</style>
background-color css
<style>
a { background-color: #A12431; }
a { background-color: rgb(161,36,49); }
div.DivClassName
{
background-color: #A12431;
}
.BgClassName
{
background-color: #A12431;
}
</style>
border-color css
<style>
span { border-color: #A12431; }
span { border-color: rgb(161,36,49); }
td.TdClassName
{
border-color: #A12431;
}
.TagClassName
{
border-color: #A12431;
}
</style>