Shades of Guardsman Red #99333A
Tints of Guardsman Red #99333A
RGB
CMYK
RGB Variations
Color information
#99333A (or 0x99333A) is known color: Guardsman Red. HEX triplet: 99, 33 and 3A. RGB value is (153,51,58). Sum of RGB (Red+Green+Blue) = 153+51+58=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99333A is #66CCC5. Grayscale: #525252. Windows color (decimal): -6737094 or 3814297. OLE color: 3814297.
HSL color Cylindrical-coordinate representation of color #99333A: hue angle of 355.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99333A is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 58 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.4 |
| HSL | 355.88º | 0.5% | 0.4% | - |
| HSV(B) | 355.88º | 0.67% | 0.6% | - |
| XYZ | 15.08 | 9.45 | 5.03 | - |
| YUV | 82.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 58 | 0 | 0.67 | 0.62 | 0.4 | 355.88 | 0.5 | 0.4 |
| Hex | 99 | 33 | 3A | 0 | 43 | 3E | 28 | 164 | 32 | 28 |
| Octal | 231 | 63 | 72 | 0 | 103 | 76 | 50 | 544 | 62 | 50 |
| Binary | 10011001 | 110011 | 111010 | 0 | 1000011 | 111110 | 101000 | 101100100 | 110010 | 101000 |
Color Harmonies of #99333A
Complementary color
Monochromatic Colors of #99333A
Black with #99333A
Text Example
Text Example
White with #99333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99333A; }
p { color: rgb(153,51,58); }
H1.HeaderClassName
{
color: #99333A;
}
.AnyTagClassName
{
color: #99333A;
}
</style>
background-color css
<style>
a { background-color: #99333A; }
a { background-color: rgb(153,51,58); }
div.DivClassName
{
background-color: #99333A;
}
.BgClassName
{
background-color: #99333A;
}
</style>
border-color css
<style>
span { border-color: #99333A; }
span { border-color: rgb(153,51,58); }
td.TdClassName
{
border-color: #99333A;
}
.TagClassName
{
border-color: #99333A;
}
</style>