Shades of Bright Red #A02635
Tints of Bright Red #A02635
RGB
CMYK
RGB Variations
Color information
#A02635 (or 0xA02635) is known color: Bright Red. HEX triplet: A0, 26 and 35. RGB value is (160,38,53). Sum of RGB (Red+Green+Blue) = 160+38+53=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A02635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02635 is #5FD9CA. Grayscale: #4C4C4C. Windows color (decimal): -6281675 or 3483296. OLE color: 3483296.
HSL color Cylindrical-coordinate representation of color #A02635: hue angle of 352.62º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02635 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 53 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.37 |
| HSL | 352.62º | 0.62% | 0.39% | - |
| HSV(B) | 352.62º | 0.76% | 0.63% | - |
| XYZ | 15.83 | 9.12 | 4.29 | - |
| YUV | 76.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 53 | 0 | 0.76 | 0.67 | 0.37 | 352.62 | 0.62 | 0.39 |
| Hex | A0 | 26 | 35 | 0 | 4C | 43 | 25 | 161 | 3E | 27 |
| Octal | 240 | 46 | 65 | 0 | 114 | 103 | 45 | 541 | 76 | 47 |
| Binary | 10100000 | 100110 | 110101 | 0 | 1001100 | 1000011 | 100101 | 101100001 | 111110 | 100111 |
Color Harmonies of #A02635
Complementary color
Monochromatic Colors of #A02635
Black with #A02635
Text Example
Text Example
White with #A02635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02635; }
p { color: rgb(160,38,53); }
H1.HeaderClassName
{
color: #A02635;
}
.AnyTagClassName
{
color: #A02635;
}
</style>
background-color css
<style>
a { background-color: #A02635; }
a { background-color: rgb(160,38,53); }
div.DivClassName
{
background-color: #A02635;
}
.BgClassName
{
background-color: #A02635;
}
</style>
border-color css
<style>
span { border-color: #A02635; }
span { border-color: rgb(160,38,53); }
td.TdClassName
{
border-color: #A02635;
}
.TagClassName
{
border-color: #A02635;
}
</style>