Shades of Guardsman Red #992628
Tints of Guardsman Red #992628
RGB
CMYK
RGB Variations
Color information
#992628 (or 0x992628) is known color: Guardsman Red. HEX triplet: 99, 26 and 28. RGB value is (153,38,40). Sum of RGB (Red+Green+Blue) = 153+38+40=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #992628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992628 is #66D9D7. Grayscale: #484848. Windows color (decimal): -6740440 or 2631321. OLE color: 2631321.
HSL color Cylindrical-coordinate representation of color #992628: hue angle of 358.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992628 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 40 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.4 |
| HSL | 358.96º | 0.6% | 0.37% | - |
| HSV(B) | 358.96º | 0.75% | 0.6% | - |
| XYZ | 14.21 | 8.31 | 2.86 | - |
| YUV | 72.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 40 | 0 | 0.75 | 0.74 | 0.4 | 358.96 | 0.6 | 0.37 |
| Hex | 99 | 26 | 28 | 0 | 4B | 4A | 28 | 167 | 3C | 25 |
| Octal | 231 | 46 | 50 | 0 | 113 | 112 | 50 | 547 | 74 | 45 |
| Binary | 10011001 | 100110 | 101000 | 0 | 1001011 | 1001010 | 101000 | 101100111 | 111100 | 100101 |
Color Harmonies of #992628
Complementary color
Monochromatic Colors of #992628
Black with #992628
Text Example
Text Example
White with #992628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992628; }
p { color: rgb(153,38,40); }
H1.HeaderClassName
{
color: #992628;
}
.AnyTagClassName
{
color: #992628;
}
</style>
background-color css
<style>
a { background-color: #992628; }
a { background-color: rgb(153,38,40); }
div.DivClassName
{
background-color: #992628;
}
.BgClassName
{
background-color: #992628;
}
</style>
border-color css
<style>
span { border-color: #992628; }
span { border-color: rgb(153,38,40); }
td.TdClassName
{
border-color: #992628;
}
.TagClassName
{
border-color: #992628;
}
</style>