Shades of Guardsman Red #A6343B
Tints of Guardsman Red #A6343B
RGB
CMYK
RGB Variations
Color information
#A6343B (or 0xA6343B) is known color: Guardsman Red. HEX triplet: A6, 34 and 3B. RGB value is (166,52,59). Sum of RGB (Red+Green+Blue) = 166+52+59=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6343B is #59CBC4. Grayscale: #565656. Windows color (decimal): -5884869 or 3880102. OLE color: 3880102.
HSL color Cylindrical-coordinate representation of color #A6343B: hue angle of 356.32º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6343B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 59 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.35 |
| HSL | 356.32º | 0.52% | 0.43% | - |
| HSV(B) | 356.32º | 0.69% | 0.65% | - |
| XYZ | 17.74 | 10.88 | 5.3 | - |
| YUV | 86.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 59 | 0 | 0.69 | 0.64 | 0.35 | 356.32 | 0.52 | 0.43 |
| Hex | A6 | 34 | 3B | 0 | 45 | 40 | 23 | 164 | 34 | 2B |
| Octal | 246 | 64 | 73 | 0 | 105 | 100 | 43 | 544 | 64 | 53 |
| Binary | 10100110 | 110100 | 111011 | 0 | 1000101 | 1000000 | 100011 | 101100100 | 110100 | 101011 |
Color Harmonies of #A6343B
Complementary color
Monochromatic Colors of #A6343B
Black with #A6343B
Text Example
Text Example
White with #A6343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6343B; }
p { color: rgb(166,52,59); }
H1.HeaderClassName
{
color: #A6343B;
}
.AnyTagClassName
{
color: #A6343B;
}
</style>
background-color css
<style>
a { background-color: #A6343B; }
a { background-color: rgb(166,52,59); }
div.DivClassName
{
background-color: #A6343B;
}
.BgClassName
{
background-color: #A6343B;
}
</style>
border-color css
<style>
span { border-color: #A6343B; }
span { border-color: rgb(166,52,59); }
td.TdClassName
{
border-color: #A6343B;
}
.TagClassName
{
border-color: #A6343B;
}
</style>