Shades of Guardsman Red #A8283A
Tints of Guardsman Red #A8283A
RGB
CMYK
RGB Variations
Color information
#A8283A (or 0xA8283A) is known color: Guardsman Red. HEX triplet: A8, 28 and 3A. RGB value is (168,40,58). Sum of RGB (Red+Green+Blue) = 168+40+58=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8283A is #57D7C5. Grayscale: #505050. Windows color (decimal): -5756870 or 3811496. OLE color: 3811496.
HSL color Cylindrical-coordinate representation of color #A8283A: hue angle of 351.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8283A is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 58 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.34 |
| HSL | 351.56º | 0.62% | 0.41% | - |
| HSV(B) | 351.56º | 0.76% | 0.66% | - |
| XYZ | 17.67 | 10.15 | 5.03 | - |
| YUV | 80.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 58 | 0 | 0.76 | 0.65 | 0.34 | 351.56 | 0.62 | 0.41 |
| Hex | A8 | 28 | 3A | 0 | 4C | 41 | 22 | 160 | 3E | 29 |
| Octal | 250 | 50 | 72 | 0 | 114 | 101 | 42 | 540 | 76 | 51 |
| Binary | 10101000 | 101000 | 111010 | 0 | 1001100 | 1000001 | 100010 | 101100000 | 111110 | 101001 |
Color Harmonies of #A8283A
Complementary color
Monochromatic Colors of #A8283A
Black with #A8283A
Text Example
Text Example
White with #A8283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8283A; }
p { color: rgb(168,40,58); }
H1.HeaderClassName
{
color: #A8283A;
}
.AnyTagClassName
{
color: #A8283A;
}
</style>
background-color css
<style>
a { background-color: #A8283A; }
a { background-color: rgb(168,40,58); }
div.DivClassName
{
background-color: #A8283A;
}
.BgClassName
{
background-color: #A8283A;
}
</style>
border-color css
<style>
span { border-color: #A8283A; }
span { border-color: rgb(168,40,58); }
td.TdClassName
{
border-color: #A8283A;
}
.TagClassName
{
border-color: #A8283A;
}
</style>