Shades of Bright Red #A01034
Tints of Bright Red #A01034
RGB
CMYK
RGB Variations
Color information
#A01034 (or 0xA01034) is known color: Bright Red. HEX triplet: A0, 10 and 34. RGB value is (160,16,52). Sum of RGB (Red+Green+Blue) = 160+16+52=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A01034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01034 is #5FEFCB. Grayscale: #3F3F3F. Windows color (decimal): -6287308 or 3412128. OLE color: 3412128.
HSL color Cylindrical-coordinate representation of color #A01034: hue angle of 345º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01034 is Cyan = 0, Magento = 0.9, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 52 | - |
| CMYK | 0 | 0.9 | 0.68 | 0.37 |
| HSL | 345º | 0.82% | 0.35% | - |
| HSV(B) | 345º | 0.9% | 0.63% | - |
| XYZ | 15.3 | 8.09 | 4 | - |
| YUV | 63.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 52 | 0 | 0.9 | 0.68 | 0.37 | 345 | 0.82 | 0.35 |
| Hex | A0 | 10 | 34 | 0 | 5A | 44 | 25 | 159 | 52 | 23 |
| Octal | 240 | 20 | 64 | 0 | 132 | 104 | 45 | 531 | 122 | 43 |
| Binary | 10100000 | 10000 | 110100 | 0 | 1011010 | 1000100 | 100101 | 101011001 | 1010010 | 100011 |
Color Harmonies of #A01034
Complementary color
Monochromatic Colors of #A01034
Black with #A01034
Text Example
Text Example
White with #A01034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01034; }
p { color: rgb(160,16,52); }
H1.HeaderClassName
{
color: #A01034;
}
.AnyTagClassName
{
color: #A01034;
}
</style>
background-color css
<style>
a { background-color: #A01034; }
a { background-color: rgb(160,16,52); }
div.DivClassName
{
background-color: #A01034;
}
.BgClassName
{
background-color: #A01034;
}
</style>
border-color css
<style>
span { border-color: #A01034; }
span { border-color: rgb(160,16,52); }
td.TdClassName
{
border-color: #A01034;
}
.TagClassName
{
border-color: #A01034;
}
</style>