Shades of Guardsman Red #952D34
Tints of Guardsman Red #952D34
RGB
CMYK
RGB Variations
Color information
#952D34 (or 0x952D34) is known color: Guardsman Red. HEX triplet: 95, 2D and 34. RGB value is (149,45,52). Sum of RGB (Red+Green+Blue) = 149+45+52=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #952D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D34 is #6AD2CB. Grayscale: #4C4C4C. Windows color (decimal): -7000780 or 3419541. OLE color: 3419541.
HSL color Cylindrical-coordinate representation of color #952D34: hue angle of 355.96º 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 #952D34 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 52 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.42 |
| HSL | 355.96º | 0.54% | 0.38% | - |
| HSV(B) | 355.96º | 0.7% | 0.58% | - |
| XYZ | 13.95 | 8.51 | 4.16 | - |
| YUV | 76.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 52 | 0 | 0.70 | 0.65 | 0.42 | 355.96 | 0.54 | 0.38 |
| Hex | 95 | 2D | 34 | 0 | 46 | 41 | 2A | 164 | 36 | 26 |
| Octal | 225 | 55 | 64 | 0 | 106 | 101 | 52 | 544 | 66 | 46 |
| Binary | 10010101 | 101101 | 110100 | 0 | 1000110 | 1000001 | 101010 | 101100100 | 110110 | 100110 |
Color Harmonies of #952D34
Complementary color
Monochromatic Colors of #952D34
Black with #952D34
Text Example
Text Example
White with #952D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D34; }
p { color: rgb(149,45,52); }
H1.HeaderClassName
{
color: #952D34;
}
.AnyTagClassName
{
color: #952D34;
}
</style>
background-color css
<style>
a { background-color: #952D34; }
a { background-color: rgb(149,45,52); }
div.DivClassName
{
background-color: #952D34;
}
.BgClassName
{
background-color: #952D34;
}
</style>
border-color css
<style>
span { border-color: #952D34; }
span { border-color: rgb(149,45,52); }
td.TdClassName
{
border-color: #952D34;
}
.TagClassName
{
border-color: #952D34;
}
</style>