Shades of Guardsman Red #A3323B
Tints of Guardsman Red #A3323B
RGB
CMYK
RGB Variations
Color information
#A3323B (or 0xA3323B) is known color: Guardsman Red. HEX triplet: A3, 32 and 3B. RGB value is (163,50,59). Sum of RGB (Red+Green+Blue) = 163+50+59=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3323B is #5CCDC4. Grayscale: #545454. Windows color (decimal): -6081989 or 3879587. OLE color: 3879587.
HSL color Cylindrical-coordinate representation of color #A3323B: hue angle of 355.22º 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 #A3323B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 59 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.36 |
| HSL | 355.22º | 0.53% | 0.42% | - |
| HSV(B) | 355.22º | 0.69% | 0.64% | - |
| XYZ | 17.03 | 10.38 | 5.24 | - |
| YUV | 84.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 59 | 0 | 0.69 | 0.64 | 0.36 | 355.22 | 0.53 | 0.42 |
| Hex | A3 | 32 | 3B | 0 | 45 | 40 | 24 | 163 | 35 | 2A |
| Octal | 243 | 62 | 73 | 0 | 105 | 100 | 44 | 543 | 65 | 52 |
| Binary | 10100011 | 110010 | 111011 | 0 | 1000101 | 1000000 | 100100 | 101100011 | 110101 | 101010 |
Color Harmonies of #A3323B
Complementary color
Monochromatic Colors of #A3323B
Black with #A3323B
Text Example
Text Example
White with #A3323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3323B; }
p { color: rgb(163,50,59); }
H1.HeaderClassName
{
color: #A3323B;
}
.AnyTagClassName
{
color: #A3323B;
}
</style>
background-color css
<style>
a { background-color: #A3323B; }
a { background-color: rgb(163,50,59); }
div.DivClassName
{
background-color: #A3323B;
}
.BgClassName
{
background-color: #A3323B;
}
</style>
border-color css
<style>
span { border-color: #A3323B; }
span { border-color: rgb(163,50,59); }
td.TdClassName
{
border-color: #A3323B;
}
.TagClassName
{
border-color: #A3323B;
}
</style>