Shades of Guardsman Red #962C2F
Tints of Guardsman Red #962C2F
RGB
CMYK
RGB Variations
Color information
#962C2F (or 0x962C2F) is known color: Guardsman Red. HEX triplet: 96, 2C and 2F. RGB value is (150,44,47). Sum of RGB (Red+Green+Blue) = 150+44+47=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #962C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C2F is #69D3D0. Grayscale: #4C4C4C. Windows color (decimal): -6935505 or 3091606. OLE color: 3091606.
HSL color Cylindrical-coordinate representation of color #962C2F: hue angle of 358.3º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C2F is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 47 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.41 |
| HSL | 358.3º | 0.55% | 0.38% | - |
| HSV(B) | 358.3º | 0.71% | 0.59% | - |
| XYZ | 13.99 | 8.49 | 3.59 | - |
| YUV | 76.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 47 | 0 | 0.71 | 0.69 | 0.41 | 358.3 | 0.55 | 0.38 |
| Hex | 96 | 2C | 2F | 0 | 47 | 45 | 29 | 166 | 37 | 26 |
| Octal | 226 | 54 | 57 | 0 | 107 | 105 | 51 | 546 | 67 | 46 |
| Binary | 10010110 | 101100 | 101111 | 0 | 1000111 | 1000101 | 101001 | 101100110 | 110111 | 100110 |
Color Harmonies of #962C2F
Complementary color
Monochromatic Colors of #962C2F
Black with #962C2F
Text Example
Text Example
White with #962C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C2F; }
p { color: rgb(150,44,47); }
H1.HeaderClassName
{
color: #962C2F;
}
.AnyTagClassName
{
color: #962C2F;
}
</style>
background-color css
<style>
a { background-color: #962C2F; }
a { background-color: rgb(150,44,47); }
div.DivClassName
{
background-color: #962C2F;
}
.BgClassName
{
background-color: #962C2F;
}
</style>
border-color css
<style>
span { border-color: #962C2F; }
span { border-color: rgb(150,44,47); }
td.TdClassName
{
border-color: #962C2F;
}
.TagClassName
{
border-color: #962C2F;
}
</style>