Shades of Guardsman Red #A8343F
Tints of Guardsman Red #A8343F
RGB
CMYK
RGB Variations
Color information
#A8343F (or 0xA8343F) is known color: Guardsman Red. HEX triplet: A8, 34 and 3F. RGB value is (168,52,63). Sum of RGB (Red+Green+Blue) = 168+52+63=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8343F is #57CBC0. Grayscale: #585858. Windows color (decimal): -5753793 or 4142248. OLE color: 4142248.
HSL color Cylindrical-coordinate representation of color #A8343F: hue angle of 354.31º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8343F is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 63 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.34 |
| HSL | 354.31º | 0.53% | 0.43% | - |
| HSV(B) | 354.31º | 0.69% | 0.66% | - |
| XYZ | 18.27 | 11.14 | 5.89 | - |
| YUV | 87.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 63 | 0 | 0.69 | 0.63 | 0.34 | 354.31 | 0.53 | 0.43 |
| Hex | A8 | 34 | 3F | 0 | 45 | 3F | 22 | 162 | 35 | 2B |
| Octal | 250 | 64 | 77 | 0 | 105 | 77 | 42 | 542 | 65 | 53 |
| Binary | 10101000 | 110100 | 111111 | 0 | 1000101 | 111111 | 100010 | 101100010 | 110101 | 101011 |
Color Harmonies of #A8343F
Complementary color
Monochromatic Colors of #A8343F
Black with #A8343F
Text Example
Text Example
White with #A8343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8343F; }
p { color: rgb(168,52,63); }
H1.HeaderClassName
{
color: #A8343F;
}
.AnyTagClassName
{
color: #A8343F;
}
</style>
background-color css
<style>
a { background-color: #A8343F; }
a { background-color: rgb(168,52,63); }
div.DivClassName
{
background-color: #A8343F;
}
.BgClassName
{
background-color: #A8343F;
}
</style>
border-color css
<style>
span { border-color: #A8343F; }
span { border-color: rgb(168,52,63); }
td.TdClassName
{
border-color: #A8343F;
}
.TagClassName
{
border-color: #A8343F;
}
</style>