Shades of Guardsman Red #A9363C
Tints of Guardsman Red #A9363C
RGB
CMYK
RGB Variations
Color information
#A9363C (or 0xA9363C) is known color: Guardsman Red. HEX triplet: A9, 36 and 3C. RGB value is (169,54,60). Sum of RGB (Red+Green+Blue) = 169+54+60=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A9363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9363C is #56C9C3. Grayscale: #595959. Windows color (decimal): -5687748 or 3946153. OLE color: 3946153.
HSL color Cylindrical-coordinate representation of color #A9363C: hue angle of 356.87º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9363C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 60 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.34 |
| HSL | 356.87º | 0.52% | 0.44% | - |
| HSV(B) | 356.87º | 0.68% | 0.66% | - |
| XYZ | 18.5 | 11.4 | 5.5 | - |
| YUV | 89.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 60 | 0 | 0.68 | 0.64 | 0.34 | 356.87 | 0.52 | 0.44 |
| Hex | A9 | 36 | 3C | 0 | 44 | 40 | 22 | 165 | 34 | 2C |
| Octal | 251 | 66 | 74 | 0 | 104 | 100 | 42 | 545 | 64 | 54 |
| Binary | 10101001 | 110110 | 111100 | 0 | 1000100 | 1000000 | 100010 | 101100101 | 110100 | 101100 |
Color Harmonies of #A9363C
Complementary color
Monochromatic Colors of #A9363C
Black with #A9363C
Text Example
Text Example
White with #A9363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9363C; }
p { color: rgb(169,54,60); }
H1.HeaderClassName
{
color: #A9363C;
}
.AnyTagClassName
{
color: #A9363C;
}
</style>
background-color css
<style>
a { background-color: #A9363C; }
a { background-color: rgb(169,54,60); }
div.DivClassName
{
background-color: #A9363C;
}
.BgClassName
{
background-color: #A9363C;
}
</style>
border-color css
<style>
span { border-color: #A9363C; }
span { border-color: rgb(169,54,60); }
td.TdClassName
{
border-color: #A9363C;
}
.TagClassName
{
border-color: #A9363C;
}
</style>