Shades of Guardsman Red #A8373C
Tints of Guardsman Red #A8373C
RGB
CMYK
RGB Variations
Color information
#A8373C (or 0xA8373C) is known color: Guardsman Red. HEX triplet: A8, 37 and 3C. RGB value is (168,55,60). Sum of RGB (Red+Green+Blue) = 168+55+60=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8373C is #57C8C3. Grayscale: #595959. Windows color (decimal): -5753028 or 3946408. OLE color: 3946408.
HSL color Cylindrical-coordinate representation of color #A8373C: hue angle of 357.35º 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 #A8373C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 60 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.34 |
| HSL | 357.35º | 0.51% | 0.44% | - |
| HSV(B) | 357.35º | 0.67% | 0.66% | - |
| XYZ | 18.33 | 11.38 | 5.51 | - |
| YUV | 89.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 60 | 0 | 0.67 | 0.64 | 0.34 | 357.35 | 0.51 | 0.44 |
| Hex | A8 | 37 | 3C | 0 | 43 | 40 | 22 | 165 | 33 | 2C |
| Octal | 250 | 67 | 74 | 0 | 103 | 100 | 42 | 545 | 63 | 54 |
| Binary | 10101000 | 110111 | 111100 | 0 | 1000011 | 1000000 | 100010 | 101100101 | 110011 | 101100 |
Color Harmonies of #A8373C
Complementary color
Monochromatic Colors of #A8373C
Black with #A8373C
Text Example
Text Example
White with #A8373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8373C; }
p { color: rgb(168,55,60); }
H1.HeaderClassName
{
color: #A8373C;
}
.AnyTagClassName
{
color: #A8373C;
}
</style>
background-color css
<style>
a { background-color: #A8373C; }
a { background-color: rgb(168,55,60); }
div.DivClassName
{
background-color: #A8373C;
}
.BgClassName
{
background-color: #A8373C;
}
</style>
border-color css
<style>
span { border-color: #A8373C; }
span { border-color: rgb(168,55,60); }
td.TdClassName
{
border-color: #A8373C;
}
.TagClassName
{
border-color: #A8373C;
}
</style>