Shades of Guardsman Red #952D33
Tints of Guardsman Red #952D33
RGB
CMYK
RGB Variations
Color information
#952D33 (or 0x952D33) is known color: Guardsman Red. HEX triplet: 95, 2D and 33. RGB value is (149,45,51). Sum of RGB (Red+Green+Blue) = 149+45+51=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #952D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D33 is #6AD2CC. Grayscale: #4C4C4C. Windows color (decimal): -7000781 or 3354005. OLE color: 3354005.
HSL color Cylindrical-coordinate representation of color #952D33: hue angle of 356.54º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D33 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 51 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.42 |
| HSL | 356.54º | 0.54% | 0.38% | - |
| HSV(B) | 356.54º | 0.7% | 0.58% | - |
| XYZ | 13.93 | 8.51 | 4.04 | - |
| YUV | 76.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 51 | 0 | 0.70 | 0.66 | 0.42 | 356.54 | 0.54 | 0.38 |
| Hex | 95 | 2D | 33 | 0 | 46 | 42 | 2A | 165 | 36 | 26 |
| Octal | 225 | 55 | 63 | 0 | 106 | 102 | 52 | 545 | 66 | 46 |
| Binary | 10010101 | 101101 | 110011 | 0 | 1000110 | 1000010 | 101010 | 101100101 | 110110 | 100110 |
Color Harmonies of #952D33
Complementary color
Monochromatic Colors of #952D33
Black with #952D33
Text Example
Text Example
White with #952D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D33; }
p { color: rgb(149,45,51); }
H1.HeaderClassName
{
color: #952D33;
}
.AnyTagClassName
{
color: #952D33;
}
</style>
background-color css
<style>
a { background-color: #952D33; }
a { background-color: rgb(149,45,51); }
div.DivClassName
{
background-color: #952D33;
}
.BgClassName
{
background-color: #952D33;
}
</style>
border-color css
<style>
span { border-color: #952D33; }
span { border-color: rgb(149,45,51); }
td.TdClassName
{
border-color: #952D33;
}
.TagClassName
{
border-color: #952D33;
}
</style>