Shades of Guardsman Red #992F3C
Tints of Guardsman Red #992F3C
RGB
CMYK
RGB Variations
Color information
#992F3C (or 0x992F3C) is known color: Guardsman Red. HEX triplet: 99, 2F and 3C. RGB value is (153,47,60). Sum of RGB (Red+Green+Blue) = 153+47+60=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #992F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F3C is #66D0C3. Grayscale: #505050. Windows color (decimal): -6738116 or 3944345. OLE color: 3944345.
HSL color Cylindrical-coordinate representation of color #992F3C: hue angle of 352.64º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F3C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 60 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.4 |
| HSL | 352.64º | 0.53% | 0.39% | - |
| HSV(B) | 352.64º | 0.69% | 0.6% | - |
| XYZ | 14.97 | 9.13 | 5.25 | - |
| YUV | 80.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 60 | 0 | 0.69 | 0.61 | 0.4 | 352.64 | 0.53 | 0.39 |
| Hex | 99 | 2F | 3C | 0 | 45 | 3D | 28 | 161 | 35 | 27 |
| Octal | 231 | 57 | 74 | 0 | 105 | 75 | 50 | 541 | 65 | 47 |
| Binary | 10011001 | 101111 | 111100 | 0 | 1000101 | 111101 | 101000 | 101100001 | 110101 | 100111 |
Color Harmonies of #992F3C
Complementary color
Monochromatic Colors of #992F3C
Black with #992F3C
Text Example
Text Example
White with #992F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F3C; }
p { color: rgb(153,47,60); }
H1.HeaderClassName
{
color: #992F3C;
}
.AnyTagClassName
{
color: #992F3C;
}
</style>
background-color css
<style>
a { background-color: #992F3C; }
a { background-color: rgb(153,47,60); }
div.DivClassName
{
background-color: #992F3C;
}
.BgClassName
{
background-color: #992F3C;
}
</style>
border-color css
<style>
span { border-color: #992F3C; }
span { border-color: rgb(153,47,60); }
td.TdClassName
{
border-color: #992F3C;
}
.TagClassName
{
border-color: #992F3C;
}
</style>