Shades of Bright Red #A01533
Tints of Bright Red #A01533
RGB
CMYK
RGB Variations
Color information
#A01533 (or 0xA01533) is known color: Bright Red. HEX triplet: A0, 15 and 33. RGB value is (160,21,51). Sum of RGB (Red+Green+Blue) = 160+21+51=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A01533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01533 is #5FEACC. Grayscale: #424242. Windows color (decimal): -6286029 or 3347872. OLE color: 3347872.
HSL color Cylindrical-coordinate representation of color #A01533: hue angle of 347.05º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01533 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 51 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.37 |
| HSL | 347.05º | 0.77% | 0.35% | - |
| HSV(B) | 347.05º | 0.87% | 0.63% | - |
| XYZ | 15.36 | 8.25 | 3.91 | - |
| YUV | 65.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 51 | 0 | 0.87 | 0.68 | 0.37 | 347.05 | 0.77 | 0.35 |
| Hex | A0 | 15 | 33 | 0 | 57 | 44 | 25 | 15B | 4D | 23 |
| Octal | 240 | 25 | 63 | 0 | 127 | 104 | 45 | 533 | 115 | 43 |
| Binary | 10100000 | 10101 | 110011 | 0 | 1010111 | 1000100 | 100101 | 101011011 | 1001101 | 100011 |
Color Harmonies of #A01533
Complementary color
Monochromatic Colors of #A01533
Black with #A01533
Text Example
Text Example
White with #A01533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01533; }
p { color: rgb(160,21,51); }
H1.HeaderClassName
{
color: #A01533;
}
.AnyTagClassName
{
color: #A01533;
}
</style>
background-color css
<style>
a { background-color: #A01533; }
a { background-color: rgb(160,21,51); }
div.DivClassName
{
background-color: #A01533;
}
.BgClassName
{
background-color: #A01533;
}
</style>
border-color css
<style>
span { border-color: #A01533; }
span { border-color: rgb(160,21,51); }
td.TdClassName
{
border-color: #A01533;
}
.TagClassName
{
border-color: #A01533;
}
</style>