Shades of Guardsman Red #A3343A
Tints of Guardsman Red #A3343A
RGB
CMYK
RGB Variations
Color information
#A3343A (or 0xA3343A) is known color: Guardsman Red. HEX triplet: A3, 34 and 3A. RGB value is (163,52,58). Sum of RGB (Red+Green+Blue) = 163+52+58=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3343A is #5CCBC5. Grayscale: #555555. Windows color (decimal): -6081478 or 3814563. OLE color: 3814563.
HSL color Cylindrical-coordinate representation of color #A3343A: hue angle of 356.76º 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 #A3343A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 58 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.36 |
| HSL | 356.76º | 0.52% | 0.42% | - |
| HSV(B) | 356.76º | 0.68% | 0.64% | - |
| XYZ | 17.1 | 10.55 | 5.14 | - |
| YUV | 85.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 58 | 0 | 0.68 | 0.64 | 0.36 | 356.76 | 0.52 | 0.42 |
| Hex | A3 | 34 | 3A | 0 | 44 | 40 | 24 | 165 | 34 | 2A |
| Octal | 243 | 64 | 72 | 0 | 104 | 100 | 44 | 545 | 64 | 52 |
| Binary | 10100011 | 110100 | 111010 | 0 | 1000100 | 1000000 | 100100 | 101100101 | 110100 | 101010 |
Color Harmonies of #A3343A
Complementary color
Monochromatic Colors of #A3343A
Black with #A3343A
Text Example
Text Example
White with #A3343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3343A; }
p { color: rgb(163,52,58); }
H1.HeaderClassName
{
color: #A3343A;
}
.AnyTagClassName
{
color: #A3343A;
}
</style>
background-color css
<style>
a { background-color: #A3343A; }
a { background-color: rgb(163,52,58); }
div.DivClassName
{
background-color: #A3343A;
}
.BgClassName
{
background-color: #A3343A;
}
</style>
border-color css
<style>
span { border-color: #A3343A; }
span { border-color: rgb(163,52,58); }
td.TdClassName
{
border-color: #A3343A;
}
.TagClassName
{
border-color: #A3343A;
}
</style>