Shades of Guardsman Red #A8373B
Tints of Guardsman Red #A8373B
RGB
CMYK
RGB Variations
Color information
#A8373B (or 0xA8373B) is known color: Guardsman Red. HEX triplet: A8, 37 and 3B. RGB value is (168,55,59). Sum of RGB (Red+Green+Blue) = 168+55+59=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8373B is #57C8C4. Grayscale: #595959. Windows color (decimal): -5753029 or 3880872. OLE color: 3880872.
HSL color Cylindrical-coordinate representation of color #A8373B: hue angle of 357.88º 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 #A8373B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 59 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.34 |
| HSL | 357.88º | 0.51% | 0.44% | - |
| HSV(B) | 357.88º | 0.67% | 0.66% | - |
| XYZ | 18.3 | 11.37 | 5.37 | - |
| YUV | 89.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 59 | 0 | 0.67 | 0.65 | 0.34 | 357.88 | 0.51 | 0.44 |
| Hex | A8 | 37 | 3B | 0 | 43 | 41 | 22 | 166 | 33 | 2C |
| Octal | 250 | 67 | 73 | 0 | 103 | 101 | 42 | 546 | 63 | 54 |
| Binary | 10101000 | 110111 | 111011 | 0 | 1000011 | 1000001 | 100010 | 101100110 | 110011 | 101100 |
Color Harmonies of #A8373B
Complementary color
Monochromatic Colors of #A8373B
Black with #A8373B
Text Example
Text Example
White with #A8373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8373B; }
p { color: rgb(168,55,59); }
H1.HeaderClassName
{
color: #A8373B;
}
.AnyTagClassName
{
color: #A8373B;
}
</style>
background-color css
<style>
a { background-color: #A8373B; }
a { background-color: rgb(168,55,59); }
div.DivClassName
{
background-color: #A8373B;
}
.BgClassName
{
background-color: #A8373B;
}
</style>
border-color css
<style>
span { border-color: #A8373B; }
span { border-color: rgb(168,55,59); }
td.TdClassName
{
border-color: #A8373B;
}
.TagClassName
{
border-color: #A8373B;
}
</style>