Shades of Bright Red #A8203A
Tints of Bright Red #A8203A
RGB
CMYK
RGB Variations
Color information
#A8203A (or 0xA8203A) is known color: Bright Red. HEX triplet: A8, 20 and 3A. RGB value is (168,32,58). Sum of RGB (Red+Green+Blue) = 168+32+58=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A8203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8203A is #57DFC5. Grayscale: #4B4B4B. Windows color (decimal): -5758918 or 3809448. OLE color: 3809448.
HSL color Cylindrical-coordinate representation of color #A8203A: hue angle of 348.53º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8203A is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 58 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.34 |
| HSL | 348.53º | 0.68% | 0.39% | - |
| HSV(B) | 348.53º | 0.81% | 0.66% | - |
| XYZ | 17.43 | 9.66 | 4.95 | - |
| YUV | 75.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 58 | 0 | 0.81 | 0.65 | 0.34 | 348.53 | 0.68 | 0.39 |
| Hex | A8 | 20 | 3A | 0 | 51 | 41 | 22 | 15D | 44 | 27 |
| Octal | 250 | 40 | 72 | 0 | 121 | 101 | 42 | 535 | 104 | 47 |
| Binary | 10101000 | 100000 | 111010 | 0 | 1010001 | 1000001 | 100010 | 101011101 | 1000100 | 100111 |
Color Harmonies of #A8203A
Complementary color
Monochromatic Colors of #A8203A
Black with #A8203A
Text Example
Text Example
White with #A8203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8203A; }
p { color: rgb(168,32,58); }
H1.HeaderClassName
{
color: #A8203A;
}
.AnyTagClassName
{
color: #A8203A;
}
</style>
background-color css
<style>
a { background-color: #A8203A; }
a { background-color: rgb(168,32,58); }
div.DivClassName
{
background-color: #A8203A;
}
.BgClassName
{
background-color: #A8203A;
}
</style>
border-color css
<style>
span { border-color: #A8203A; }
span { border-color: rgb(168,32,58); }
td.TdClassName
{
border-color: #A8203A;
}
.TagClassName
{
border-color: #A8203A;
}
</style>