Shades of Bright Red #A12439
Tints of Bright Red #A12439
RGB
CMYK
RGB Variations
Color information
#A12439 (or 0xA12439) is known color: Bright Red. HEX triplet: A1, 24 and 39. RGB value is (161,36,57). Sum of RGB (Red+Green+Blue) = 161+36+57=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A12439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12439 is #5EDBC6. Grayscale: #4B4B4B. Windows color (decimal): -6216647 or 3744929. OLE color: 3744929.
HSL color Cylindrical-coordinate representation of color #A12439: hue angle of 349.92º 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 #A12439 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 57 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.37 |
| HSL | 349.92º | 0.63% | 0.39% | - |
| HSV(B) | 349.92º | 0.78% | 0.63% | - |
| XYZ | 16.07 | 9.13 | 4.79 | - |
| YUV | 75.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 57 | 0 | 0.78 | 0.65 | 0.37 | 349.92 | 0.63 | 0.39 |
| Hex | A1 | 24 | 39 | 0 | 4E | 41 | 25 | 15E | 3F | 27 |
| Octal | 241 | 44 | 71 | 0 | 116 | 101 | 45 | 536 | 77 | 47 |
| Binary | 10100001 | 100100 | 111001 | 0 | 1001110 | 1000001 | 100101 | 101011110 | 111111 | 100111 |
Color Harmonies of #A12439
Complementary color
Monochromatic Colors of #A12439
Black with #A12439
Text Example
Text Example
White with #A12439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12439; }
p { color: rgb(161,36,57); }
H1.HeaderClassName
{
color: #A12439;
}
.AnyTagClassName
{
color: #A12439;
}
</style>
background-color css
<style>
a { background-color: #A12439; }
a { background-color: rgb(161,36,57); }
div.DivClassName
{
background-color: #A12439;
}
.BgClassName
{
background-color: #A12439;
}
</style>
border-color css
<style>
span { border-color: #A12439; }
span { border-color: rgb(161,36,57); }
td.TdClassName
{
border-color: #A12439;
}
.TagClassName
{
border-color: #A12439;
}
</style>