Shades of Guardsman Red #A3343D
Tints of Guardsman Red #A3343D
RGB
CMYK
RGB Variations
Color information
#A3343D (or 0xA3343D) is known color: Guardsman Red. HEX triplet: A3, 34 and 3D. RGB value is (163,52,61). Sum of RGB (Red+Green+Blue) = 163+52+61=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3343D is #5CCBC2. Grayscale: #565656. Windows color (decimal): -6081475 or 4011171. OLE color: 4011171.
HSL color Cylindrical-coordinate representation of color #A3343D: hue angle of 355.14º 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 #A3343D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 61 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.36 |
| HSL | 355.14º | 0.52% | 0.42% | - |
| HSV(B) | 355.14º | 0.68% | 0.64% | - |
| XYZ | 17.17 | 10.58 | 5.55 | - |
| YUV | 86.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 61 | 0 | 0.68 | 0.63 | 0.36 | 355.14 | 0.52 | 0.42 |
| Hex | A3 | 34 | 3D | 0 | 44 | 3F | 24 | 163 | 34 | 2A |
| Octal | 243 | 64 | 75 | 0 | 104 | 77 | 44 | 543 | 64 | 52 |
| Binary | 10100011 | 110100 | 111101 | 0 | 1000100 | 111111 | 100100 | 101100011 | 110100 | 101010 |
Color Harmonies of #A3343D
Complementary color
Monochromatic Colors of #A3343D
Black with #A3343D
Text Example
Text Example
White with #A3343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3343D; }
p { color: rgb(163,52,61); }
H1.HeaderClassName
{
color: #A3343D;
}
.AnyTagClassName
{
color: #A3343D;
}
</style>
background-color css
<style>
a { background-color: #A3343D; }
a { background-color: rgb(163,52,61); }
div.DivClassName
{
background-color: #A3343D;
}
.BgClassName
{
background-color: #A3343D;
}
</style>
border-color css
<style>
span { border-color: #A3343D; }
span { border-color: rgb(163,52,61); }
td.TdClassName
{
border-color: #A3343D;
}
.TagClassName
{
border-color: #A3343D;
}
</style>