Shades of Bright Red #A62039
Tints of Bright Red #A62039
RGB
CMYK
RGB Variations
Color information
#A62039 (or 0xA62039) is known color: Bright Red. HEX triplet: A6, 20 and 39. RGB value is (166,32,57). Sum of RGB (Red+Green+Blue) = 166+32+57=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A62039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62039 is #59DFC6. Grayscale: #4A4A4A. Windows color (decimal): -5889991 or 3743910. OLE color: 3743910.
HSL color Cylindrical-coordinate representation of color #A62039: hue angle of 348.81º 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 #A62039 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 57 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.35 |
| HSL | 348.81º | 0.68% | 0.39% | - |
| HSV(B) | 348.81º | 0.81% | 0.65% | - |
| XYZ | 16.98 | 9.44 | 4.8 | - |
| YUV | 74.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 57 | 0 | 0.81 | 0.66 | 0.35 | 348.81 | 0.68 | 0.39 |
| Hex | A6 | 20 | 39 | 0 | 51 | 42 | 23 | 15D | 44 | 27 |
| Octal | 246 | 40 | 71 | 0 | 121 | 102 | 43 | 535 | 104 | 47 |
| Binary | 10100110 | 100000 | 111001 | 0 | 1010001 | 1000010 | 100011 | 101011101 | 1000100 | 100111 |
Color Harmonies of #A62039
Complementary color
Monochromatic Colors of #A62039
Black with #A62039
Text Example
Text Example
White with #A62039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62039; }
p { color: rgb(166,32,57); }
H1.HeaderClassName
{
color: #A62039;
}
.AnyTagClassName
{
color: #A62039;
}
</style>
background-color css
<style>
a { background-color: #A62039; }
a { background-color: rgb(166,32,57); }
div.DivClassName
{
background-color: #A62039;
}
.BgClassName
{
background-color: #A62039;
}
</style>
border-color css
<style>
span { border-color: #A62039; }
span { border-color: rgb(166,32,57); }
td.TdClassName
{
border-color: #A62039;
}
.TagClassName
{
border-color: #A62039;
}
</style>