Shades of Guardsman Red #953136
Tints of Guardsman Red #953136
RGB
CMYK
RGB Variations
Color information
#953136 (or 0x953136) is known color: Guardsman Red. HEX triplet: 95, 31 and 36. RGB value is (149,49,54). Sum of RGB (Red+Green+Blue) = 149+49+54=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953136 is #6ACEC9. Grayscale: #4F4F4F. Windows color (decimal): -6999754 or 3551637. OLE color: 3551637.
HSL color Cylindrical-coordinate representation of color #953136: hue angle of 357º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953136 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 54 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.42 |
| HSL | 357º | 0.51% | 0.39% | - |
| HSV(B) | 357º | 0.67% | 0.58% | - |
| XYZ | 14.16 | 8.85 | 4.45 | - |
| YUV | 79.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 54 | 0 | 0.67 | 0.64 | 0.42 | 357 | 0.51 | 0.39 |
| Hex | 95 | 31 | 36 | 0 | 43 | 40 | 2A | 165 | 33 | 27 |
| Octal | 225 | 61 | 66 | 0 | 103 | 100 | 52 | 545 | 63 | 47 |
| Binary | 10010101 | 110001 | 110110 | 0 | 1000011 | 1000000 | 101010 | 101100101 | 110011 | 100111 |
Color Harmonies of #953136
Complementary color
Monochromatic Colors of #953136
Black with #953136
Text Example
Text Example
White with #953136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953136; }
p { color: rgb(149,49,54); }
H1.HeaderClassName
{
color: #953136;
}
.AnyTagClassName
{
color: #953136;
}
</style>
background-color css
<style>
a { background-color: #953136; }
a { background-color: rgb(149,49,54); }
div.DivClassName
{
background-color: #953136;
}
.BgClassName
{
background-color: #953136;
}
</style>
border-color css
<style>
span { border-color: #953136; }
span { border-color: rgb(149,49,54); }
td.TdClassName
{
border-color: #953136;
}
.TagClassName
{
border-color: #953136;
}
</style>