Shades of Bright Red #A2203B
Tints of Bright Red #A2203B
RGB
CMYK
RGB Variations
Color information
#A2203B (or 0xA2203B) is known color: Bright Red. HEX triplet: A2, 20 and 3B. RGB value is (162,32,59). Sum of RGB (Red+Green+Blue) = 162+32+59=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A2203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2203B is #5DDFC4. Grayscale: #494949. Windows color (decimal): -6152133 or 3874978. OLE color: 3874978.
HSL color Cylindrical-coordinate representation of color #A2203B: hue angle of 347.54º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2203B is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 59 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.36 |
| HSL | 347.54º | 0.67% | 0.38% | - |
| HSV(B) | 347.54º | 0.8% | 0.64% | - |
| XYZ | 16.21 | 9.03 | 5.03 | - |
| YUV | 73.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 59 | 0 | 0.80 | 0.64 | 0.36 | 347.54 | 0.67 | 0.38 |
| Hex | A2 | 20 | 3B | 0 | 50 | 40 | 24 | 15C | 43 | 26 |
| Octal | 242 | 40 | 73 | 0 | 120 | 100 | 44 | 534 | 103 | 46 |
| Binary | 10100010 | 100000 | 111011 | 0 | 1010000 | 1000000 | 100100 | 101011100 | 1000011 | 100110 |
Color Harmonies of #A2203B
Complementary color
Monochromatic Colors of #A2203B
Black with #A2203B
Text Example
Text Example
White with #A2203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2203B; }
p { color: rgb(162,32,59); }
H1.HeaderClassName
{
color: #A2203B;
}
.AnyTagClassName
{
color: #A2203B;
}
</style>
background-color css
<style>
a { background-color: #A2203B; }
a { background-color: rgb(162,32,59); }
div.DivClassName
{
background-color: #A2203B;
}
.BgClassName
{
background-color: #A2203B;
}
</style>
border-color css
<style>
span { border-color: #A2203B; }
span { border-color: rgb(162,32,59); }
td.TdClassName
{
border-color: #A2203B;
}
.TagClassName
{
border-color: #A2203B;
}
</style>