Shades of Bright Red #A01232
Tints of Bright Red #A01232
RGB
CMYK
RGB Variations
Color information
#A01232 (or 0xA01232) is known color: Bright Red. HEX triplet: A0, 12 and 32. RGB value is (160,18,50). Sum of RGB (Red+Green+Blue) = 160+18+50=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A01232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01232 is #5FEDCD. Grayscale: #404040. Windows color (decimal): -6286798 or 3281568. OLE color: 3281568.
HSL color Cylindrical-coordinate representation of color #A01232: hue angle of 346.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01232 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 50 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.37 |
| HSL | 346.48º | 0.8% | 0.35% | - |
| HSV(B) | 346.48º | 0.89% | 0.63% | - |
| XYZ | 15.29 | 8.14 | 3.78 | - |
| YUV | 64.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 50 | 0 | 0.89 | 0.69 | 0.37 | 346.48 | 0.8 | 0.35 |
| Hex | A0 | 12 | 32 | 0 | 59 | 45 | 25 | 15A | 50 | 23 |
| Octal | 240 | 22 | 62 | 0 | 131 | 105 | 45 | 532 | 120 | 43 |
| Binary | 10100000 | 10010 | 110010 | 0 | 1011001 | 1000101 | 100101 | 101011010 | 1010000 | 100011 |
Color Harmonies of #A01232
Complementary color
Monochromatic Colors of #A01232
Black with #A01232
Text Example
Text Example
White with #A01232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01232; }
p { color: rgb(160,18,50); }
H1.HeaderClassName
{
color: #A01232;
}
.AnyTagClassName
{
color: #A01232;
}
</style>
background-color css
<style>
a { background-color: #A01232; }
a { background-color: rgb(160,18,50); }
div.DivClassName
{
background-color: #A01232;
}
.BgClassName
{
background-color: #A01232;
}
</style>
border-color css
<style>
span { border-color: #A01232; }
span { border-color: rgb(160,18,50); }
td.TdClassName
{
border-color: #A01232;
}
.TagClassName
{
border-color: #A01232;
}
</style>