Shades of Guardsman Red #952D2F
Tints of Guardsman Red #952D2F
RGB
CMYK
RGB Variations
Color information
#952D2F (or 0x952D2F) is known color: Guardsman Red. HEX triplet: 95, 2D and 2F. RGB value is (149,45,47). Sum of RGB (Red+Green+Blue) = 149+45+47=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #952D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D2F is #6AD2D0. Grayscale: #4C4C4C. Windows color (decimal): -7000785 or 3091861. OLE color: 3091861.
HSL color Cylindrical-coordinate representation of color #952D2F: hue angle of 358.85º 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 #952D2F is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 47 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.42 |
| HSL | 358.85º | 0.54% | 0.38% | - |
| HSV(B) | 358.85º | 0.7% | 0.58% | - |
| XYZ | 13.85 | 8.47 | 3.59 | - |
| YUV | 76.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 47 | 0 | 0.70 | 0.68 | 0.42 | 358.85 | 0.54 | 0.38 |
| Hex | 95 | 2D | 2F | 0 | 46 | 44 | 2A | 167 | 36 | 26 |
| Octal | 225 | 55 | 57 | 0 | 106 | 104 | 52 | 547 | 66 | 46 |
| Binary | 10010101 | 101101 | 101111 | 0 | 1000110 | 1000100 | 101010 | 101100111 | 110110 | 100110 |
Color Harmonies of #952D2F
Complementary color
Monochromatic Colors of #952D2F
Black with #952D2F
Text Example
Text Example
White with #952D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D2F; }
p { color: rgb(149,45,47); }
H1.HeaderClassName
{
color: #952D2F;
}
.AnyTagClassName
{
color: #952D2F;
}
</style>
background-color css
<style>
a { background-color: #952D2F; }
a { background-color: rgb(149,45,47); }
div.DivClassName
{
background-color: #952D2F;
}
.BgClassName
{
background-color: #952D2F;
}
</style>
border-color css
<style>
span { border-color: #952D2F; }
span { border-color: rgb(149,45,47); }
td.TdClassName
{
border-color: #952D2F;
}
.TagClassName
{
border-color: #952D2F;
}
</style>