Shades of Guardsman Red #A3363E
Tints of Guardsman Red #A3363E
RGB
CMYK
RGB Variations
Color information
#A3363E (or 0xA3363E) is known color: Guardsman Red. HEX triplet: A3, 36 and 3E. RGB value is (163,54,62). Sum of RGB (Red+Green+Blue) = 163+54+62=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3363E is #5CC9C1. Grayscale: #575757. Windows color (decimal): -6080962 or 4077219. OLE color: 4077219.
HSL color Cylindrical-coordinate representation of color #A3363E: hue angle of 355.6º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3363E is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 54 | 62 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.36 |
| HSL | 355.6º | 0.5% | 0.43% | - |
| HSV(B) | 355.6º | 0.67% | 0.64% | - |
| XYZ | 17.29 | 10.77 | 5.73 | - |
| YUV | 87.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 62 | 0 | 0.67 | 0.62 | 0.36 | 355.6 | 0.5 | 0.43 |
| Hex | A3 | 36 | 3E | 0 | 43 | 3E | 24 | 164 | 32 | 2B |
| Octal | 243 | 66 | 76 | 0 | 103 | 76 | 44 | 544 | 62 | 53 |
| Binary | 10100011 | 110110 | 111110 | 0 | 1000011 | 111110 | 100100 | 101100100 | 110010 | 101011 |
Color Harmonies of #A3363E
Complementary color
Monochromatic Colors of #A3363E
Black with #A3363E
Text Example
Text Example
White with #A3363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3363E; }
p { color: rgb(163,54,62); }
H1.HeaderClassName
{
color: #A3363E;
}
.AnyTagClassName
{
color: #A3363E;
}
</style>
background-color css
<style>
a { background-color: #A3363E; }
a { background-color: rgb(163,54,62); }
div.DivClassName
{
background-color: #A3363E;
}
.BgClassName
{
background-color: #A3363E;
}
</style>
border-color css
<style>
span { border-color: #A3363E; }
span { border-color: rgb(163,54,62); }
td.TdClassName
{
border-color: #A3363E;
}
.TagClassName
{
border-color: #A3363E;
}
</style>