Shades of Bright Red #A01835
Tints of Bright Red #A01835
RGB
CMYK
RGB Variations
Color information
#A01835 (or 0xA01835) is known color: Bright Red. HEX triplet: A0, 18 and 35. RGB value is (160,24,53). Sum of RGB (Red+Green+Blue) = 160+24+53=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A01835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01835 is #5FE7CA. Grayscale: #434343. Windows color (decimal): -6285259 or 3479712. OLE color: 3479712.
HSL color Cylindrical-coordinate representation of color #A01835: hue angle of 347.21º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01835 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 53 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.37 |
| HSL | 347.21º | 0.74% | 0.36% | - |
| HSV(B) | 347.21º | 0.85% | 0.63% | - |
| XYZ | 15.47 | 8.38 | 4.17 | - |
| YUV | 67.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 53 | 0 | 0.85 | 0.67 | 0.37 | 347.21 | 0.74 | 0.36 |
| Hex | A0 | 18 | 35 | 0 | 55 | 43 | 25 | 15B | 4A | 24 |
| Octal | 240 | 30 | 65 | 0 | 125 | 103 | 45 | 533 | 112 | 44 |
| Binary | 10100000 | 11000 | 110101 | 0 | 1010101 | 1000011 | 100101 | 101011011 | 1001010 | 100100 |
Color Harmonies of #A01835
Complementary color
Monochromatic Colors of #A01835
Black with #A01835
Text Example
Text Example
White with #A01835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01835; }
p { color: rgb(160,24,53); }
H1.HeaderClassName
{
color: #A01835;
}
.AnyTagClassName
{
color: #A01835;
}
</style>
background-color css
<style>
a { background-color: #A01835; }
a { background-color: rgb(160,24,53); }
div.DivClassName
{
background-color: #A01835;
}
.BgClassName
{
background-color: #A01835;
}
</style>
border-color css
<style>
span { border-color: #A01835; }
span { border-color: rgb(160,24,53); }
td.TdClassName
{
border-color: #A01835;
}
.TagClassName
{
border-color: #A01835;
}
</style>