Shades of Guardsman Red #A8283F
Tints of Guardsman Red #A8283F
RGB
CMYK
RGB Variations
Color information
#A8283F (or 0xA8283F) is known color: Guardsman Red. HEX triplet: A8, 28 and 3F. RGB value is (168,40,63). Sum of RGB (Red+Green+Blue) = 168+40+63=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A8283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8283F is #57D7C0. Grayscale: #505050. Windows color (decimal): -5756865 or 4139176. OLE color: 4139176.
HSL color Cylindrical-coordinate representation of color #A8283F: hue angle of 349.22º 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 #A8283F is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 63 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.34 |
| HSL | 349.22º | 0.62% | 0.41% | - |
| HSV(B) | 349.22º | 0.76% | 0.66% | - |
| XYZ | 17.8 | 10.2 | 5.73 | - |
| YUV | 80.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 63 | 0 | 0.76 | 0.63 | 0.34 | 349.22 | 0.62 | 0.41 |
| Hex | A8 | 28 | 3F | 0 | 4C | 3F | 22 | 15D | 3E | 29 |
| Octal | 250 | 50 | 77 | 0 | 114 | 77 | 42 | 535 | 76 | 51 |
| Binary | 10101000 | 101000 | 111111 | 0 | 1001100 | 111111 | 100010 | 101011101 | 111110 | 101001 |
Color Harmonies of #A8283F
Complementary color
Monochromatic Colors of #A8283F
Black with #A8283F
Text Example
Text Example
White with #A8283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8283F; }
p { color: rgb(168,40,63); }
H1.HeaderClassName
{
color: #A8283F;
}
.AnyTagClassName
{
color: #A8283F;
}
</style>
background-color css
<style>
a { background-color: #A8283F; }
a { background-color: rgb(168,40,63); }
div.DivClassName
{
background-color: #A8283F;
}
.BgClassName
{
background-color: #A8283F;
}
</style>
border-color css
<style>
span { border-color: #A8283F; }
span { border-color: rgb(168,40,63); }
td.TdClassName
{
border-color: #A8283F;
}
.TagClassName
{
border-color: #A8283F;
}
</style>