Shades of Guardsman Red #A3323A
Tints of Guardsman Red #A3323A
RGB
CMYK
RGB Variations
Color information
#A3323A (or 0xA3323A) is known color: Guardsman Red. HEX triplet: A3, 32 and 3A. RGB value is (163,50,58). Sum of RGB (Red+Green+Blue) = 163+50+58=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3323A is #5CCDC5. Grayscale: #545454. Windows color (decimal): -6081990 or 3814051. OLE color: 3814051.
HSL color Cylindrical-coordinate representation of color #A3323A: hue angle of 355.75º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3323A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 58 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.36 |
| HSL | 355.75º | 0.53% | 0.42% | - |
| HSV(B) | 355.75º | 0.69% | 0.64% | - |
| XYZ | 17.01 | 10.37 | 5.11 | - |
| YUV | 84.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 58 | 0 | 0.69 | 0.64 | 0.36 | 355.75 | 0.53 | 0.42 |
| Hex | A3 | 32 | 3A | 0 | 45 | 40 | 24 | 164 | 35 | 2A |
| Octal | 243 | 62 | 72 | 0 | 105 | 100 | 44 | 544 | 65 | 52 |
| Binary | 10100011 | 110010 | 111010 | 0 | 1000101 | 1000000 | 100100 | 101100100 | 110101 | 101010 |
Color Harmonies of #A3323A
Complementary color
Monochromatic Colors of #A3323A
Black with #A3323A
Text Example
Text Example
White with #A3323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3323A; }
p { color: rgb(163,50,58); }
H1.HeaderClassName
{
color: #A3323A;
}
.AnyTagClassName
{
color: #A3323A;
}
</style>
background-color css
<style>
a { background-color: #A3323A; }
a { background-color: rgb(163,50,58); }
div.DivClassName
{
background-color: #A3323A;
}
.BgClassName
{
background-color: #A3323A;
}
</style>
border-color css
<style>
span { border-color: #A3323A; }
span { border-color: rgb(163,50,58); }
td.TdClassName
{
border-color: #A3323A;
}
.TagClassName
{
border-color: #A3323A;
}
</style>