Shades of Guardsman Red #9A313C
Tints of Guardsman Red #9A313C
RGB
CMYK
RGB Variations
Color information
#9A313C (or 0x9A313C) is known color: Guardsman Red. HEX triplet: 9A, 31 and 3C. RGB value is (154,49,60). Sum of RGB (Red+Green+Blue) = 154+49+60=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A313C is #65CEC3. Grayscale: #515151. Windows color (decimal): -6672068 or 3944858. OLE color: 3944858.
HSL color Cylindrical-coordinate representation of color #9A313C: hue angle of 353.71º 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 #9A313C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 49 | 60 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.40 |
| HSL | 353.71º | 0.52% | 0.4% | - |
| HSV(B) | 353.71º | 0.68% | 0.6% | - |
| XYZ | 15.24 | 9.39 | 5.28 | - |
| YUV | 81.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 60 | 0 | 0.68 | 0.61 | 0.40 | 353.71 | 0.52 | 0.4 |
| Hex | 9A | 31 | 3C | 0 | 44 | 3D | 28 | 162 | 34 | 28 |
| Octal | 232 | 61 | 74 | 0 | 104 | 75 | 50 | 542 | 64 | 50 |
| Binary | 10011010 | 110001 | 111100 | 0 | 1000100 | 111101 | 101000 | 101100010 | 110100 | 101000 |
Color Harmonies of #9A313C
Complementary color
Monochromatic Colors of #9A313C
Black with #9A313C
Text Example
Text Example
White with #9A313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A313C; }
p { color: rgb(154,49,60); }
H1.HeaderClassName
{
color: #9A313C;
}
.AnyTagClassName
{
color: #9A313C;
}
</style>
background-color css
<style>
a { background-color: #9A313C; }
a { background-color: rgb(154,49,60); }
div.DivClassName
{
background-color: #9A313C;
}
.BgClassName
{
background-color: #9A313C;
}
</style>
border-color css
<style>
span { border-color: #9A313C; }
span { border-color: rgb(154,49,60); }
td.TdClassName
{
border-color: #9A313C;
}
.TagClassName
{
border-color: #9A313C;
}
</style>