Shades of Bright Red #A01733
Tints of Bright Red #A01733
RGB
CMYK
RGB Variations
Color information
#A01733 (or 0xA01733) is known color: Bright Red. HEX triplet: A0, 17 and 33. RGB value is (160,23,51). Sum of RGB (Red+Green+Blue) = 160+23+51=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A01733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01733 is #5FE8CC. Grayscale: #434343. Windows color (decimal): -6285517 or 3348384. OLE color: 3348384.
HSL color Cylindrical-coordinate representation of color #A01733: hue angle of 347.74º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01733 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 51 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.37 |
| HSL | 347.74º | 0.75% | 0.36% | - |
| HSV(B) | 347.74º | 0.86% | 0.63% | - |
| XYZ | 15.4 | 8.33 | 3.93 | - |
| YUV | 67.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 51 | 0 | 0.86 | 0.68 | 0.37 | 347.74 | 0.75 | 0.36 |
| Hex | A0 | 17 | 33 | 0 | 56 | 44 | 25 | 15C | 4B | 24 |
| Octal | 240 | 27 | 63 | 0 | 126 | 104 | 45 | 534 | 113 | 44 |
| Binary | 10100000 | 10111 | 110011 | 0 | 1010110 | 1000100 | 100101 | 101011100 | 1001011 | 100100 |
Color Harmonies of #A01733
Complementary color
Monochromatic Colors of #A01733
Black with #A01733
Text Example
Text Example
White with #A01733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01733; }
p { color: rgb(160,23,51); }
H1.HeaderClassName
{
color: #A01733;
}
.AnyTagClassName
{
color: #A01733;
}
</style>
background-color css
<style>
a { background-color: #A01733; }
a { background-color: rgb(160,23,51); }
div.DivClassName
{
background-color: #A01733;
}
.BgClassName
{
background-color: #A01733;
}
</style>
border-color css
<style>
span { border-color: #A01733; }
span { border-color: rgb(160,23,51); }
td.TdClassName
{
border-color: #A01733;
}
.TagClassName
{
border-color: #A01733;
}
</style>