Shades of Guardsman Red #9A313B
Tints of Guardsman Red #9A313B
RGB
CMYK
RGB Variations
Color information
#9A313B (or 0x9A313B) is known color: Guardsman Red. HEX triplet: 9A, 31 and 3B. RGB value is (154,49,59). Sum of RGB (Red+Green+Blue) = 154+49+59=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A313B is #65CEC4. Grayscale: #515151. Windows color (decimal): -6672069 or 3879322. OLE color: 3879322.
HSL color Cylindrical-coordinate representation of color #9A313B: hue angle of 354.29º 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 #9A313B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 49 | 59 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.40 |
| HSL | 354.29º | 0.52% | 0.4% | - |
| HSV(B) | 354.29º | 0.68% | 0.6% | - |
| XYZ | 15.21 | 9.38 | 5.15 | - |
| YUV | 81.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 59 | 0 | 0.68 | 0.62 | 0.40 | 354.29 | 0.52 | 0.4 |
| Hex | 9A | 31 | 3B | 0 | 44 | 3E | 28 | 162 | 34 | 28 |
| Octal | 232 | 61 | 73 | 0 | 104 | 76 | 50 | 542 | 64 | 50 |
| Binary | 10011010 | 110001 | 111011 | 0 | 1000100 | 111110 | 101000 | 101100010 | 110100 | 101000 |
Color Harmonies of #9A313B
Complementary color
Monochromatic Colors of #9A313B
Black with #9A313B
Text Example
Text Example
White with #9A313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A313B; }
p { color: rgb(154,49,59); }
H1.HeaderClassName
{
color: #9A313B;
}
.AnyTagClassName
{
color: #9A313B;
}
</style>
background-color css
<style>
a { background-color: #9A313B; }
a { background-color: rgb(154,49,59); }
div.DivClassName
{
background-color: #9A313B;
}
.BgClassName
{
background-color: #9A313B;
}
</style>
border-color css
<style>
span { border-color: #9A313B; }
span { border-color: rgb(154,49,59); }
td.TdClassName
{
border-color: #9A313B;
}
.TagClassName
{
border-color: #9A313B;
}
</style>