Shades of Guardsman Red #962C2D
Tints of Guardsman Red #962C2D
RGB
CMYK
RGB Variations
Color information
#962C2D (or 0x962C2D) is known color: Guardsman Red. HEX triplet: 96, 2C and 2D. RGB value is (150,44,45). Sum of RGB (Red+Green+Blue) = 150+44+45=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C2D is #69D3D2. Grayscale: #4B4B4B. Windows color (decimal): -6935507 or 2960534. OLE color: 2960534.
HSL color Cylindrical-coordinate representation of color #962C2D: hue angle of 359.43º 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 #962C2D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 45 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.41 |
| HSL | 359.43º | 0.55% | 0.38% | - |
| HSV(B) | 359.43º | 0.71% | 0.59% | - |
| XYZ | 13.95 | 8.47 | 3.38 | - |
| YUV | 75.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 45 | 0 | 0.71 | 0.70 | 0.41 | 359.43 | 0.55 | 0.38 |
| Hex | 96 | 2C | 2D | 0 | 47 | 46 | 29 | 167 | 37 | 26 |
| Octal | 226 | 54 | 55 | 0 | 107 | 106 | 51 | 547 | 67 | 46 |
| Binary | 10010110 | 101100 | 101101 | 0 | 1000111 | 1000110 | 101001 | 101100111 | 110111 | 100110 |
Color Harmonies of #962C2D
Complementary color
Monochromatic Colors of #962C2D
Black with #962C2D
Text Example
Text Example
White with #962C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C2D; }
p { color: rgb(150,44,45); }
H1.HeaderClassName
{
color: #962C2D;
}
.AnyTagClassName
{
color: #962C2D;
}
</style>
background-color css
<style>
a { background-color: #962C2D; }
a { background-color: rgb(150,44,45); }
div.DivClassName
{
background-color: #962C2D;
}
.BgClassName
{
background-color: #962C2D;
}
</style>
border-color css
<style>
span { border-color: #962C2D; }
span { border-color: rgb(150,44,45); }
td.TdClassName
{
border-color: #962C2D;
}
.TagClassName
{
border-color: #962C2D;
}
</style>