Shades of Guardsman Red #953035
Tints of Guardsman Red #953035
RGB
CMYK
RGB Variations
Color information
#953035 (or 0x953035) is known color: Guardsman Red. HEX triplet: 95, 30 and 35. RGB value is (149,48,53). Sum of RGB (Red+Green+Blue) = 149+48+53=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #953035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953035 is #6ACFCA. Grayscale: #4E4E4E. Windows color (decimal): -7000011 or 3485845. OLE color: 3485845.
HSL color Cylindrical-coordinate representation of color #953035: hue angle of 357.03º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953035 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 53 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.42 |
| HSL | 357.03º | 0.51% | 0.39% | - |
| HSV(B) | 357.03º | 0.68% | 0.58% | - |
| XYZ | 14.09 | 8.76 | 4.32 | - |
| YUV | 78.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 53 | 0 | 0.68 | 0.64 | 0.42 | 357.03 | 0.51 | 0.39 |
| Hex | 95 | 30 | 35 | 0 | 44 | 40 | 2A | 165 | 33 | 27 |
| Octal | 225 | 60 | 65 | 0 | 104 | 100 | 52 | 545 | 63 | 47 |
| Binary | 10010101 | 110000 | 110101 | 0 | 1000100 | 1000000 | 101010 | 101100101 | 110011 | 100111 |
Color Harmonies of #953035
Complementary color
Monochromatic Colors of #953035
Black with #953035
Text Example
Text Example
White with #953035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953035; }
p { color: rgb(149,48,53); }
H1.HeaderClassName
{
color: #953035;
}
.AnyTagClassName
{
color: #953035;
}
</style>
background-color css
<style>
a { background-color: #953035; }
a { background-color: rgb(149,48,53); }
div.DivClassName
{
background-color: #953035;
}
.BgClassName
{
background-color: #953035;
}
</style>
border-color css
<style>
span { border-color: #953035; }
span { border-color: rgb(149,48,53); }
td.TdClassName
{
border-color: #953035;
}
.TagClassName
{
border-color: #953035;
}
</style>