Shades of Bright Red #A01737
Tints of Bright Red #A01737
RGB
CMYK
RGB Variations
Color information
#A01737 (or 0xA01737) is known color: Bright Red. HEX triplet: A0, 17 and 37. RGB value is (160,23,55). Sum of RGB (Red+Green+Blue) = 160+23+55=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A01737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01737 is #5FE8C8. Grayscale: #434343. Windows color (decimal): -6285513 or 3610528. OLE color: 3610528.
HSL color Cylindrical-coordinate representation of color #A01737: hue angle of 345.99º 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 #A01737 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 55 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.37 |
| HSL | 345.99º | 0.75% | 0.36% | - |
| HSV(B) | 345.99º | 0.86% | 0.63% | - |
| XYZ | 15.49 | 8.36 | 4.41 | - |
| YUV | 67.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 55 | 0 | 0.86 | 0.66 | 0.37 | 345.99 | 0.75 | 0.36 |
| Hex | A0 | 17 | 37 | 0 | 56 | 42 | 25 | 15A | 4B | 24 |
| Octal | 240 | 27 | 67 | 0 | 126 | 102 | 45 | 532 | 113 | 44 |
| Binary | 10100000 | 10111 | 110111 | 0 | 1010110 | 1000010 | 100101 | 101011010 | 1001011 | 100100 |
Color Harmonies of #A01737
Complementary color
Monochromatic Colors of #A01737
Black with #A01737
Text Example
Text Example
White with #A01737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01737; }
p { color: rgb(160,23,55); }
H1.HeaderClassName
{
color: #A01737;
}
.AnyTagClassName
{
color: #A01737;
}
</style>
background-color css
<style>
a { background-color: #A01737; }
a { background-color: rgb(160,23,55); }
div.DivClassName
{
background-color: #A01737;
}
.BgClassName
{
background-color: #A01737;
}
</style>
border-color css
<style>
span { border-color: #A01737; }
span { border-color: rgb(160,23,55); }
td.TdClassName
{
border-color: #A01737;
}
.TagClassName
{
border-color: #A01737;
}
</style>