Shades of Bright Red #A6203E
Tints of Bright Red #A6203E
RGB
CMYK
RGB Variations
Color information
#A6203E (or 0xA6203E) is known color: Bright Red. HEX triplet: A6, 20 and 3E. RGB value is (166,32,62). Sum of RGB (Red+Green+Blue) = 166+32+62=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6203E is #59DFC1. Grayscale: #4B4B4B. Windows color (decimal): -5889986 or 4071590. OLE color: 4071590.
HSL color Cylindrical-coordinate representation of color #A6203E: hue angle of 346.57º 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 #A6203E is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 62 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.35 |
| HSL | 346.57º | 0.68% | 0.39% | - |
| HSV(B) | 346.57º | 0.81% | 0.65% | - |
| XYZ | 17.11 | 9.49 | 5.49 | - |
| YUV | 75.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 62 | 0 | 0.81 | 0.63 | 0.35 | 346.57 | 0.68 | 0.39 |
| Hex | A6 | 20 | 3E | 0 | 51 | 3F | 23 | 15B | 44 | 27 |
| Octal | 246 | 40 | 76 | 0 | 121 | 77 | 43 | 533 | 104 | 47 |
| Binary | 10100110 | 100000 | 111110 | 0 | 1010001 | 111111 | 100011 | 101011011 | 1000100 | 100111 |
Color Harmonies of #A6203E
Complementary color
Monochromatic Colors of #A6203E
Black with #A6203E
Text Example
Text Example
White with #A6203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6203E; }
p { color: rgb(166,32,62); }
H1.HeaderClassName
{
color: #A6203E;
}
.AnyTagClassName
{
color: #A6203E;
}
</style>
background-color css
<style>
a { background-color: #A6203E; }
a { background-color: rgb(166,32,62); }
div.DivClassName
{
background-color: #A6203E;
}
.BgClassName
{
background-color: #A6203E;
}
</style>
border-color css
<style>
span { border-color: #A6203E; }
span { border-color: rgb(166,32,62); }
td.TdClassName
{
border-color: #A6203E;
}
.TagClassName
{
border-color: #A6203E;
}
</style>