Shades of Guardsman Red #952D32
Tints of Guardsman Red #952D32
RGB
CMYK
RGB Variations
Color information
#952D32 (or 0x952D32) is known color: Guardsman Red. HEX triplet: 95, 2D and 32. RGB value is (149,45,50). Sum of RGB (Red+Green+Blue) = 149+45+50=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #952D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D32 is #6AD2CD. Grayscale: #4C4C4C. Windows color (decimal): -7000782 or 3288469. OLE color: 3288469.
HSL color Cylindrical-coordinate representation of color #952D32: hue angle of 357.12º 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 #952D32 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 50 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.42 |
| HSL | 357.12º | 0.54% | 0.38% | - |
| HSV(B) | 357.12º | 0.7% | 0.58% | - |
| XYZ | 13.91 | 8.5 | 3.92 | - |
| YUV | 76.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 50 | 0 | 0.70 | 0.66 | 0.42 | 357.12 | 0.54 | 0.38 |
| Hex | 95 | 2D | 32 | 0 | 46 | 42 | 2A | 165 | 36 | 26 |
| Octal | 225 | 55 | 62 | 0 | 106 | 102 | 52 | 545 | 66 | 46 |
| Binary | 10010101 | 101101 | 110010 | 0 | 1000110 | 1000010 | 101010 | 101100101 | 110110 | 100110 |
Color Harmonies of #952D32
Complementary color
Monochromatic Colors of #952D32
Black with #952D32
Text Example
Text Example
White with #952D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D32; }
p { color: rgb(149,45,50); }
H1.HeaderClassName
{
color: #952D32;
}
.AnyTagClassName
{
color: #952D32;
}
</style>
background-color css
<style>
a { background-color: #952D32; }
a { background-color: rgb(149,45,50); }
div.DivClassName
{
background-color: #952D32;
}
.BgClassName
{
background-color: #952D32;
}
</style>
border-color css
<style>
span { border-color: #952D32; }
span { border-color: rgb(149,45,50); }
td.TdClassName
{
border-color: #952D32;
}
.TagClassName
{
border-color: #952D32;
}
</style>