Shades of Guardsman Red #952D30
Tints of Guardsman Red #952D30
RGB
CMYK
RGB Variations
Color information
#952D30 (or 0x952D30) is known color: Guardsman Red. HEX triplet: 95, 2D and 30. RGB value is (149,45,48). Sum of RGB (Red+Green+Blue) = 149+45+48=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #952D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D30 is #6AD2CF. Grayscale: #4C4C4C. Windows color (decimal): -7000784 or 3157397. OLE color: 3157397.
HSL color Cylindrical-coordinate representation of color #952D30: hue angle of 358.27º 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 #952D30 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 48 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.42 |
| HSL | 358.27º | 0.54% | 0.38% | - |
| HSV(B) | 358.27º | 0.7% | 0.58% | - |
| XYZ | 13.87 | 8.48 | 3.7 | - |
| YUV | 76.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 48 | 0 | 0.70 | 0.68 | 0.42 | 358.27 | 0.54 | 0.38 |
| Hex | 95 | 2D | 30 | 0 | 46 | 44 | 2A | 166 | 36 | 26 |
| Octal | 225 | 55 | 60 | 0 | 106 | 104 | 52 | 546 | 66 | 46 |
| Binary | 10010101 | 101101 | 110000 | 0 | 1000110 | 1000100 | 101010 | 101100110 | 110110 | 100110 |
Color Harmonies of #952D30
Complementary color
Monochromatic Colors of #952D30
Black with #952D30
Text Example
Text Example
White with #952D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D30; }
p { color: rgb(149,45,48); }
H1.HeaderClassName
{
color: #952D30;
}
.AnyTagClassName
{
color: #952D30;
}
</style>
background-color css
<style>
a { background-color: #952D30; }
a { background-color: rgb(149,45,48); }
div.DivClassName
{
background-color: #952D30;
}
.BgClassName
{
background-color: #952D30;
}
</style>
border-color css
<style>
span { border-color: #952D30; }
span { border-color: rgb(149,45,48); }
td.TdClassName
{
border-color: #952D30;
}
.TagClassName
{
border-color: #952D30;
}
</style>