Shades of Guardsman Red #A8343A
Tints of Guardsman Red #A8343A
RGB
CMYK
RGB Variations
Color information
#A8343A (or 0xA8343A) is known color: Guardsman Red. HEX triplet: A8, 34 and 3A. RGB value is (168,52,58). Sum of RGB (Red+Green+Blue) = 168+52+58=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8343A is #57CBC5. Grayscale: #575757. Windows color (decimal): -5753798 or 3814568. OLE color: 3814568.
HSL color Cylindrical-coordinate representation of color #A8343A: hue angle of 356.9º 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 #A8343A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 58 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.34 |
| HSL | 356.9º | 0.53% | 0.43% | - |
| HSV(B) | 356.9º | 0.69% | 0.66% | - |
| XYZ | 18.14 | 11.09 | 5.19 | - |
| YUV | 87.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 58 | 0 | 0.69 | 0.65 | 0.34 | 356.9 | 0.53 | 0.43 |
| Hex | A8 | 34 | 3A | 0 | 45 | 41 | 22 | 165 | 35 | 2B |
| Octal | 250 | 64 | 72 | 0 | 105 | 101 | 42 | 545 | 65 | 53 |
| Binary | 10101000 | 110100 | 111010 | 0 | 1000101 | 1000001 | 100010 | 101100101 | 110101 | 101011 |
Color Harmonies of #A8343A
Complementary color
Monochromatic Colors of #A8343A
Black with #A8343A
Text Example
Text Example
White with #A8343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8343A; }
p { color: rgb(168,52,58); }
H1.HeaderClassName
{
color: #A8343A;
}
.AnyTagClassName
{
color: #A8343A;
}
</style>
background-color css
<style>
a { background-color: #A8343A; }
a { background-color: rgb(168,52,58); }
div.DivClassName
{
background-color: #A8343A;
}
.BgClassName
{
background-color: #A8343A;
}
</style>
border-color css
<style>
span { border-color: #A8343A; }
span { border-color: rgb(168,52,58); }
td.TdClassName
{
border-color: #A8343A;
}
.TagClassName
{
border-color: #A8343A;
}
</style>