Shades of Guardsman Red #992D39
Tints of Guardsman Red #992D39
RGB
CMYK
RGB Variations
Color information
#992D39 (or 0x992D39) is known color: Guardsman Red. HEX triplet: 99, 2D and 39. RGB value is (153,45,57). Sum of RGB (Red+Green+Blue) = 153+45+57=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #992D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D39 is #66D2C6. Grayscale: #4E4E4E. Windows color (decimal): -6738631 or 3747225. OLE color: 3747225.
HSL color Cylindrical-coordinate representation of color #992D39: hue angle of 353.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D39 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 57 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.4 |
| HSL | 353.33º | 0.55% | 0.39% | - |
| HSV(B) | 353.33º | 0.71% | 0.6% | - |
| XYZ | 14.81 | 8.94 | 4.82 | - |
| YUV | 78.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 57 | 0 | 0.71 | 0.63 | 0.4 | 353.33 | 0.55 | 0.39 |
| Hex | 99 | 2D | 39 | 0 | 47 | 3F | 28 | 161 | 37 | 27 |
| Octal | 231 | 55 | 71 | 0 | 107 | 77 | 50 | 541 | 67 | 47 |
| Binary | 10011001 | 101101 | 111001 | 0 | 1000111 | 111111 | 101000 | 101100001 | 110111 | 100111 |
Color Harmonies of #992D39
Complementary color
Monochromatic Colors of #992D39
Black with #992D39
Text Example
Text Example
White with #992D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D39; }
p { color: rgb(153,45,57); }
H1.HeaderClassName
{
color: #992D39;
}
.AnyTagClassName
{
color: #992D39;
}
</style>
background-color css
<style>
a { background-color: #992D39; }
a { background-color: rgb(153,45,57); }
div.DivClassName
{
background-color: #992D39;
}
.BgClassName
{
background-color: #992D39;
}
</style>
border-color css
<style>
span { border-color: #992D39; }
span { border-color: rgb(153,45,57); }
td.TdClassName
{
border-color: #992D39;
}
.TagClassName
{
border-color: #992D39;
}
</style>