Shades of Bright Red #A01736
Tints of Bright Red #A01736
RGB
CMYK
RGB Variations
Color information
#A01736 (or 0xA01736) is known color: Bright Red. HEX triplet: A0, 17 and 36. RGB value is (160,23,54). Sum of RGB (Red+Green+Blue) = 160+23+54=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A01736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01736 is #5FE8C9. Grayscale: #434343. Windows color (decimal): -6285514 or 3544992. OLE color: 3544992.
HSL color Cylindrical-coordinate representation of color #A01736: hue angle of 346.42º 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 #A01736 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 54 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.37 |
| HSL | 346.42º | 0.75% | 0.36% | - |
| HSV(B) | 346.42º | 0.86% | 0.63% | - |
| XYZ | 15.47 | 8.35 | 4.29 | - |
| YUV | 67.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 54 | 0 | 0.86 | 0.66 | 0.37 | 346.42 | 0.75 | 0.36 |
| Hex | A0 | 17 | 36 | 0 | 56 | 42 | 25 | 15A | 4B | 24 |
| Octal | 240 | 27 | 66 | 0 | 126 | 102 | 45 | 532 | 113 | 44 |
| Binary | 10100000 | 10111 | 110110 | 0 | 1010110 | 1000010 | 100101 | 101011010 | 1001011 | 100100 |
Color Harmonies of #A01736
Complementary color
Monochromatic Colors of #A01736
Black with #A01736
Text Example
Text Example
White with #A01736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01736; }
p { color: rgb(160,23,54); }
H1.HeaderClassName
{
color: #A01736;
}
.AnyTagClassName
{
color: #A01736;
}
</style>
background-color css
<style>
a { background-color: #A01736; }
a { background-color: rgb(160,23,54); }
div.DivClassName
{
background-color: #A01736;
}
.BgClassName
{
background-color: #A01736;
}
</style>
border-color css
<style>
span { border-color: #A01736; }
span { border-color: rgb(160,23,54); }
td.TdClassName
{
border-color: #A01736;
}
.TagClassName
{
border-color: #A01736;
}
</style>