Shades of Guardsman Red #952E33
Tints of Guardsman Red #952E33
RGB
CMYK
RGB Variations
Color information
#952E33 (or 0x952E33) is known color: Guardsman Red. HEX triplet: 95, 2E and 33. RGB value is (149,46,51). Sum of RGB (Red+Green+Blue) = 149+46+51=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #952E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E33 is #6AD1CC. Grayscale: #4D4D4D. Windows color (decimal): -7000525 or 3354261. OLE color: 3354261.
HSL color Cylindrical-coordinate representation of color #952E33: hue angle of 357.09º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E33 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 51 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.42 |
| HSL | 357.09º | 0.53% | 0.38% | - |
| HSV(B) | 357.09º | 0.69% | 0.58% | - |
| XYZ | 13.97 | 8.58 | 4.05 | - |
| YUV | 77.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 51 | 0 | 0.69 | 0.66 | 0.42 | 357.09 | 0.53 | 0.38 |
| Hex | 95 | 2E | 33 | 0 | 45 | 42 | 2A | 165 | 35 | 26 |
| Octal | 225 | 56 | 63 | 0 | 105 | 102 | 52 | 545 | 65 | 46 |
| Binary | 10010101 | 101110 | 110011 | 0 | 1000101 | 1000010 | 101010 | 101100101 | 110101 | 100110 |
Color Harmonies of #952E33
Complementary color
Monochromatic Colors of #952E33
Black with #952E33
Text Example
Text Example
White with #952E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E33; }
p { color: rgb(149,46,51); }
H1.HeaderClassName
{
color: #952E33;
}
.AnyTagClassName
{
color: #952E33;
}
</style>
background-color css
<style>
a { background-color: #952E33; }
a { background-color: rgb(149,46,51); }
div.DivClassName
{
background-color: #952E33;
}
.BgClassName
{
background-color: #952E33;
}
</style>
border-color css
<style>
span { border-color: #952E33; }
span { border-color: rgb(149,46,51); }
td.TdClassName
{
border-color: #952E33;
}
.TagClassName
{
border-color: #952E33;
}
</style>