Shades of Guardsman Red #952E30
Tints of Guardsman Red #952E30
RGB
CMYK
RGB Variations
Color information
#952E30 (or 0x952E30) is known color: Guardsman Red. HEX triplet: 95, 2E and 30. RGB value is (149,46,48). Sum of RGB (Red+Green+Blue) = 149+46+48=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #952E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E30 is #6AD1CF. Grayscale: #4D4D4D. Windows color (decimal): -7000528 or 3157653. OLE color: 3157653.
HSL color Cylindrical-coordinate representation of color #952E30: hue angle of 358.83º 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 #952E30 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 48 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.42 |
| HSL | 358.84º | 0.53% | 0.38% | - |
| HSV(B) | 358.84º | 0.69% | 0.58% | - |
| XYZ | 13.9 | 8.56 | 3.72 | - |
| YUV | 77.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 48 | 0 | 0.69 | 0.68 | 0.42 | 358.84 | 0.53 | 0.38 |
| Hex | 95 | 2E | 30 | 0 | 45 | 44 | 2A | 167 | 35 | 26 |
| Octal | 225 | 56 | 60 | 0 | 105 | 104 | 52 | 547 | 65 | 46 |
| Binary | 10010101 | 101110 | 110000 | 0 | 1000101 | 1000100 | 101010 | 101100111 | 110101 | 100110 |
Color Harmonies of #952E30
Complementary color
Monochromatic Colors of #952E30
Black with #952E30
Text Example
Text Example
White with #952E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E30; }
p { color: rgb(149,46,48); }
H1.HeaderClassName
{
color: #952E30;
}
.AnyTagClassName
{
color: #952E30;
}
</style>
background-color css
<style>
a { background-color: #952E30; }
a { background-color: rgb(149,46,48); }
div.DivClassName
{
background-color: #952E30;
}
.BgClassName
{
background-color: #952E30;
}
</style>
border-color css
<style>
span { border-color: #952E30; }
span { border-color: rgb(149,46,48); }
td.TdClassName
{
border-color: #952E30;
}
.TagClassName
{
border-color: #952E30;
}
</style>