Shades of Guardsman Red #A4343D
Tints of Guardsman Red #A4343D
RGB
CMYK
RGB Variations
Color information
#A4343D (or 0xA4343D) is known color: Guardsman Red. HEX triplet: A4, 34 and 3D. RGB value is (164,52,61). Sum of RGB (Red+Green+Blue) = 164+52+61=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A4343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4343D is #5BCBC2. Grayscale: #565656. Windows color (decimal): -6015939 or 4011172. OLE color: 4011172.
HSL color Cylindrical-coordinate representation of color #A4343D: hue angle of 355.18º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4343D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 61 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.36 |
| HSL | 355.18º | 0.52% | 0.42% | - |
| HSV(B) | 355.18º | 0.68% | 0.64% | - |
| XYZ | 17.38 | 10.69 | 5.56 | - |
| YUV | 86.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 61 | 0 | 0.68 | 0.63 | 0.36 | 355.18 | 0.52 | 0.42 |
| Hex | A4 | 34 | 3D | 0 | 44 | 3F | 24 | 163 | 34 | 2A |
| Octal | 244 | 64 | 75 | 0 | 104 | 77 | 44 | 543 | 64 | 52 |
| Binary | 10100100 | 110100 | 111101 | 0 | 1000100 | 111111 | 100100 | 101100011 | 110100 | 101010 |
Color Harmonies of #A4343D
Complementary color
Monochromatic Colors of #A4343D
Black with #A4343D
Text Example
Text Example
White with #A4343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4343D; }
p { color: rgb(164,52,61); }
H1.HeaderClassName
{
color: #A4343D;
}
.AnyTagClassName
{
color: #A4343D;
}
</style>
background-color css
<style>
a { background-color: #A4343D; }
a { background-color: rgb(164,52,61); }
div.DivClassName
{
background-color: #A4343D;
}
.BgClassName
{
background-color: #A4343D;
}
</style>
border-color css
<style>
span { border-color: #A4343D; }
span { border-color: rgb(164,52,61); }
td.TdClassName
{
border-color: #A4343D;
}
.TagClassName
{
border-color: #A4343D;
}
</style>