Shades of Guardsman Red #A8202D
Tints of Guardsman Red #A8202D
RGB
CMYK
RGB Variations
Color information
#A8202D (or 0xA8202D) is known color: Guardsman Red. HEX triplet: A8, 20 and 2D. RGB value is (168,32,45). Sum of RGB (Red+Green+Blue) = 168+32+45=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8202D is #57DFD2. Grayscale: #4A4A4A. Windows color (decimal): -5758931 or 2957480. OLE color: 2957480.
HSL color Cylindrical-coordinate representation of color #A8202D: hue angle of 354.26º 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 #A8202D is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 45 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.34 |
| HSL | 354.26º | 0.68% | 0.39% | - |
| HSV(B) | 354.26º | 0.81% | 0.66% | - |
| XYZ | 17.14 | 9.55 | 3.42 | - |
| YUV | 74.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 45 | 0 | 0.81 | 0.73 | 0.34 | 354.26 | 0.68 | 0.39 |
| Hex | A8 | 20 | 2D | 0 | 51 | 49 | 22 | 162 | 44 | 27 |
| Octal | 250 | 40 | 55 | 0 | 121 | 111 | 42 | 542 | 104 | 47 |
| Binary | 10101000 | 100000 | 101101 | 0 | 1010001 | 1001001 | 100010 | 101100010 | 1000100 | 100111 |
Color Harmonies of #A8202D
Complementary color
Monochromatic Colors of #A8202D
Black with #A8202D
Text Example
Text Example
White with #A8202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8202D; }
p { color: rgb(168,32,45); }
H1.HeaderClassName
{
color: #A8202D;
}
.AnyTagClassName
{
color: #A8202D;
}
</style>
background-color css
<style>
a { background-color: #A8202D; }
a { background-color: rgb(168,32,45); }
div.DivClassName
{
background-color: #A8202D;
}
.BgClassName
{
background-color: #A8202D;
}
</style>
border-color css
<style>
span { border-color: #A8202D; }
span { border-color: rgb(168,32,45); }
td.TdClassName
{
border-color: #A8202D;
}
.TagClassName
{
border-color: #A8202D;
}
</style>