Shades of Guardsman Red #A8373F
Tints of Guardsman Red #A8373F
RGB
CMYK
RGB Variations
Color information
#A8373F (or 0xA8373F) is known color: Guardsman Red. HEX triplet: A8, 37 and 3F. RGB value is (168,55,63). Sum of RGB (Red+Green+Blue) = 168+55+63=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A8373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8373F is #57C8C0. Grayscale: #595959. Windows color (decimal): -5753025 or 4143016. OLE color: 4143016.
HSL color Cylindrical-coordinate representation of color #A8373F: hue angle of 355.75º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8373F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 63 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.34 |
| HSL | 355.75º | 0.51% | 0.44% | - |
| HSV(B) | 355.75º | 0.67% | 0.66% | - |
| XYZ | 18.41 | 11.42 | 5.94 | - |
| YUV | 89.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 63 | 0 | 0.67 | 0.63 | 0.34 | 355.75 | 0.51 | 0.44 |
| Hex | A8 | 37 | 3F | 0 | 43 | 3F | 22 | 164 | 33 | 2C |
| Octal | 250 | 67 | 77 | 0 | 103 | 77 | 42 | 544 | 63 | 54 |
| Binary | 10101000 | 110111 | 111111 | 0 | 1000011 | 111111 | 100010 | 101100100 | 110011 | 101100 |
Color Harmonies of #A8373F
Complementary color
Monochromatic Colors of #A8373F
Black with #A8373F
Text Example
Text Example
White with #A8373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8373F; }
p { color: rgb(168,55,63); }
H1.HeaderClassName
{
color: #A8373F;
}
.AnyTagClassName
{
color: #A8373F;
}
</style>
background-color css
<style>
a { background-color: #A8373F; }
a { background-color: rgb(168,55,63); }
div.DivClassName
{
background-color: #A8373F;
}
.BgClassName
{
background-color: #A8373F;
}
</style>
border-color css
<style>
span { border-color: #A8373F; }
span { border-color: rgb(168,55,63); }
td.TdClassName
{
border-color: #A8373F;
}
.TagClassName
{
border-color: #A8373F;
}
</style>