Shades of Bright Red #A6203A
Tints of Bright Red #A6203A
RGB
CMYK
RGB Variations
Color information
#A6203A (or 0xA6203A) is known color: Bright Red. HEX triplet: A6, 20 and 3A. RGB value is (166,32,58). Sum of RGB (Red+Green+Blue) = 166+32+58=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A6203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6203A is #59DFC5. Grayscale: #4B4B4B. Windows color (decimal): -5889990 or 3809446. OLE color: 3809446.
HSL color Cylindrical-coordinate representation of color #A6203A: hue angle of 348.36º 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 #A6203A is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 58 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.35 |
| HSL | 348.36º | 0.68% | 0.39% | - |
| HSV(B) | 348.36º | 0.81% | 0.65% | - |
| XYZ | 17.01 | 9.45 | 4.93 | - |
| YUV | 75.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 58 | 0 | 0.81 | 0.65 | 0.35 | 348.36 | 0.68 | 0.39 |
| Hex | A6 | 20 | 3A | 0 | 51 | 41 | 23 | 15C | 44 | 27 |
| Octal | 246 | 40 | 72 | 0 | 121 | 101 | 43 | 534 | 104 | 47 |
| Binary | 10100110 | 100000 | 111010 | 0 | 1010001 | 1000001 | 100011 | 101011100 | 1000100 | 100111 |
Color Harmonies of #A6203A
Complementary color
Monochromatic Colors of #A6203A
Black with #A6203A
Text Example
Text Example
White with #A6203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6203A; }
p { color: rgb(166,32,58); }
H1.HeaderClassName
{
color: #A6203A;
}
.AnyTagClassName
{
color: #A6203A;
}
</style>
background-color css
<style>
a { background-color: #A6203A; }
a { background-color: rgb(166,32,58); }
div.DivClassName
{
background-color: #A6203A;
}
.BgClassName
{
background-color: #A6203A;
}
</style>
border-color css
<style>
span { border-color: #A6203A; }
span { border-color: rgb(166,32,58); }
td.TdClassName
{
border-color: #A6203A;
}
.TagClassName
{
border-color: #A6203A;
}
</style>