Shades of Guardsman Red #962A2D
Tints of Guardsman Red #962A2D
RGB
CMYK
RGB Variations
Color information
#962A2D (or 0x962A2D) is known color: Guardsman Red. HEX triplet: 96, 2A and 2D. RGB value is (150,42,45). Sum of RGB (Red+Green+Blue) = 150+42+45=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #962A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A2D is #69D5D2. Grayscale: #4A4A4A. Windows color (decimal): -6936019 or 2960022. OLE color: 2960022.
HSL color Cylindrical-coordinate representation of color #962A2D: hue angle of 358.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962A2D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 42 | 45 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.41 |
| HSL | 358.33º | 0.56% | 0.38% | - |
| HSV(B) | 358.33º | 0.72% | 0.59% | - |
| XYZ | 13.88 | 8.33 | 3.36 | - |
| YUV | 74.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 45 | 0 | 0.72 | 0.70 | 0.41 | 358.33 | 0.56 | 0.38 |
| Hex | 96 | 2A | 2D | 0 | 48 | 46 | 29 | 166 | 38 | 26 |
| Octal | 226 | 52 | 55 | 0 | 110 | 106 | 51 | 546 | 70 | 46 |
| Binary | 10010110 | 101010 | 101101 | 0 | 1001000 | 1000110 | 101001 | 101100110 | 111000 | 100110 |
Color Harmonies of #962A2D
Complementary color
Monochromatic Colors of #962A2D
Black with #962A2D
Text Example
Text Example
White with #962A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A2D; }
p { color: rgb(150,42,45); }
H1.HeaderClassName
{
color: #962A2D;
}
.AnyTagClassName
{
color: #962A2D;
}
</style>
background-color css
<style>
a { background-color: #962A2D; }
a { background-color: rgb(150,42,45); }
div.DivClassName
{
background-color: #962A2D;
}
.BgClassName
{
background-color: #962A2D;
}
</style>
border-color css
<style>
span { border-color: #962A2D; }
span { border-color: rgb(150,42,45); }
td.TdClassName
{
border-color: #962A2D;
}
.TagClassName
{
border-color: #962A2D;
}
</style>