Shades of Bright Red #A62035
Tints of Bright Red #A62035
RGB
CMYK
RGB Variations
Color information
#A62035 (or 0xA62035) is known color: Bright Red. HEX triplet: A6, 20 and 35. RGB value is (166,32,53). Sum of RGB (Red+Green+Blue) = 166+32+53=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A62035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62035 is #59DFCA. Grayscale: #4A4A4A. Windows color (decimal): -5889995 or 3481766. OLE color: 3481766.
HSL color Cylindrical-coordinate representation of color #A62035: hue angle of 350.6º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62035 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 53 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.35 |
| HSL | 350.6º | 0.68% | 0.39% | - |
| HSV(B) | 350.6º | 0.81% | 0.65% | - |
| XYZ | 16.89 | 9.4 | 4.29 | - |
| YUV | 74.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 53 | 0 | 0.81 | 0.68 | 0.35 | 350.6 | 0.68 | 0.39 |
| Hex | A6 | 20 | 35 | 0 | 51 | 44 | 23 | 15F | 44 | 27 |
| Octal | 246 | 40 | 65 | 0 | 121 | 104 | 43 | 537 | 104 | 47 |
| Binary | 10100110 | 100000 | 110101 | 0 | 1010001 | 1000100 | 100011 | 101011111 | 1000100 | 100111 |
Color Harmonies of #A62035
Complementary color
Monochromatic Colors of #A62035
Black with #A62035
Text Example
Text Example
White with #A62035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62035; }
p { color: rgb(166,32,53); }
H1.HeaderClassName
{
color: #A62035;
}
.AnyTagClassName
{
color: #A62035;
}
</style>
background-color css
<style>
a { background-color: #A62035; }
a { background-color: rgb(166,32,53); }
div.DivClassName
{
background-color: #A62035;
}
.BgClassName
{
background-color: #A62035;
}
</style>
border-color css
<style>
span { border-color: #A62035; }
span { border-color: rgb(166,32,53); }
td.TdClassName
{
border-color: #A62035;
}
.TagClassName
{
border-color: #A62035;
}
</style>