Shades of Guardsman Red #A8343E
Tints of Guardsman Red #A8343E
RGB
CMYK
RGB Variations
Color information
#A8343E (or 0xA8343E) is known color: Guardsman Red. HEX triplet: A8, 34 and 3E. RGB value is (168,52,62). Sum of RGB (Red+Green+Blue) = 168+52+62=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8343E is #57CBC1. Grayscale: #575757. Windows color (decimal): -5753794 or 4076712. OLE color: 4076712.
HSL color Cylindrical-coordinate representation of color #A8343E: hue angle of 354.83º 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 #A8343E is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 62 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.34 |
| HSL | 354.83º | 0.53% | 0.43% | - |
| HSV(B) | 354.83º | 0.69% | 0.66% | - |
| XYZ | 18.25 | 11.13 | 5.74 | - |
| YUV | 87.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 62 | 0 | 0.69 | 0.63 | 0.34 | 354.83 | 0.53 | 0.43 |
| Hex | A8 | 34 | 3E | 0 | 45 | 3F | 22 | 163 | 35 | 2B |
| Octal | 250 | 64 | 76 | 0 | 105 | 77 | 42 | 543 | 65 | 53 |
| Binary | 10101000 | 110100 | 111110 | 0 | 1000101 | 111111 | 100010 | 101100011 | 110101 | 101011 |
Color Harmonies of #A8343E
Complementary color
Monochromatic Colors of #A8343E
Black with #A8343E
Text Example
Text Example
White with #A8343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8343E; }
p { color: rgb(168,52,62); }
H1.HeaderClassName
{
color: #A8343E;
}
.AnyTagClassName
{
color: #A8343E;
}
</style>
background-color css
<style>
a { background-color: #A8343E; }
a { background-color: rgb(168,52,62); }
div.DivClassName
{
background-color: #A8343E;
}
.BgClassName
{
background-color: #A8343E;
}
</style>
border-color css
<style>
span { border-color: #A8343E; }
span { border-color: rgb(168,52,62); }
td.TdClassName
{
border-color: #A8343E;
}
.TagClassName
{
border-color: #A8343E;
}
</style>