Shades of Guardsman Red #9A313A
Tints of Guardsman Red #9A313A
RGB
CMYK
RGB Variations
Color information
#9A313A (or 0x9A313A) is known color: Guardsman Red. HEX triplet: 9A, 31 and 3A. RGB value is (154,49,58). Sum of RGB (Red+Green+Blue) = 154+49+58=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A313A is #65CEC5. Grayscale: #515151. Windows color (decimal): -6672070 or 3813786. OLE color: 3813786.
HSL color Cylindrical-coordinate representation of color #9A313A: hue angle of 354.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A313A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 49 | 58 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.40 |
| HSL | 354.86º | 0.52% | 0.4% | - |
| HSV(B) | 354.86º | 0.68% | 0.6% | - |
| XYZ | 15.19 | 9.37 | 5.01 | - |
| YUV | 81.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 58 | 0 | 0.68 | 0.62 | 0.40 | 354.86 | 0.52 | 0.4 |
| Hex | 9A | 31 | 3A | 0 | 44 | 3E | 28 | 163 | 34 | 28 |
| Octal | 232 | 61 | 72 | 0 | 104 | 76 | 50 | 543 | 64 | 50 |
| Binary | 10011010 | 110001 | 111010 | 0 | 1000100 | 111110 | 101000 | 101100011 | 110100 | 101000 |
Color Harmonies of #9A313A
Complementary color
Monochromatic Colors of #9A313A
Black with #9A313A
Text Example
Text Example
White with #9A313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A313A; }
p { color: rgb(154,49,58); }
H1.HeaderClassName
{
color: #9A313A;
}
.AnyTagClassName
{
color: #9A313A;
}
</style>
background-color css
<style>
a { background-color: #9A313A; }
a { background-color: rgb(154,49,58); }
div.DivClassName
{
background-color: #9A313A;
}
.BgClassName
{
background-color: #9A313A;
}
</style>
border-color css
<style>
span { border-color: #9A313A; }
span { border-color: rgb(154,49,58); }
td.TdClassName
{
border-color: #9A313A;
}
.TagClassName
{
border-color: #9A313A;
}
</style>