Shades of Bright Red #A01233
Tints of Bright Red #A01233
RGB
CMYK
RGB Variations
Color information
#A01233 (or 0xA01233) is known color: Bright Red. HEX triplet: A0, 12 and 33. RGB value is (160,18,51). Sum of RGB (Red+Green+Blue) = 160+18+51=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A01233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01233 is #5FEDCC. Grayscale: #404040. Windows color (decimal): -6286797 or 3347104. OLE color: 3347104.
HSL color Cylindrical-coordinate representation of color #A01233: hue angle of 346.06º 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 #A01233 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 51 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.37 |
| HSL | 346.06º | 0.8% | 0.35% | - |
| HSV(B) | 346.06º | 0.89% | 0.63% | - |
| XYZ | 15.31 | 8.15 | 3.9 | - |
| YUV | 64.22 | 120.54 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 51 | 0 | 0.89 | 0.68 | 0.37 | 346.06 | 0.8 | 0.35 |
| Hex | A0 | 12 | 33 | 0 | 59 | 44 | 25 | 15A | 50 | 23 |
| Octal | 240 | 22 | 63 | 0 | 131 | 104 | 45 | 532 | 120 | 43 |
| Binary | 10100000 | 10010 | 110011 | 0 | 1011001 | 1000100 | 100101 | 101011010 | 1010000 | 100011 |
Color Harmonies of #A01233
Complementary color
Monochromatic Colors of #A01233
Black with #A01233
Text Example
Text Example
White with #A01233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01233; }
p { color: rgb(160,18,51); }
H1.HeaderClassName
{
color: #A01233;
}
.AnyTagClassName
{
color: #A01233;
}
</style>
background-color css
<style>
a { background-color: #A01233; }
a { background-color: rgb(160,18,51); }
div.DivClassName
{
background-color: #A01233;
}
.BgClassName
{
background-color: #A01233;
}
</style>
border-color css
<style>
span { border-color: #A01233; }
span { border-color: rgb(160,18,51); }
td.TdClassName
{
border-color: #A01233;
}
.TagClassName
{
border-color: #A01233;
}
</style>