Shades of Guardsman Red #99323C
Tints of Guardsman Red #99323C
RGB
CMYK
RGB Variations
Color information
#99323C (or 0x99323C) is known color: Guardsman Red. HEX triplet: 99, 32 and 3C. RGB value is (153,50,60). Sum of RGB (Red+Green+Blue) = 153+50+60=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99323C is #66CDC3. Grayscale: #525252. Windows color (decimal): -6737348 or 3945113. OLE color: 3945113.
HSL color Cylindrical-coordinate representation of color #99323C: hue angle of 354.17º degrees, saturation: 0.51, 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 #99323C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 60 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.4 |
| HSL | 354.17º | 0.51% | 0.4% | - |
| HSV(B) | 354.17º | 0.67% | 0.6% | - |
| XYZ | 15.09 | 9.38 | 5.29 | - |
| YUV | 81.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 60 | 0 | 0.67 | 0.61 | 0.4 | 354.17 | 0.51 | 0.4 |
| Hex | 99 | 32 | 3C | 0 | 43 | 3D | 28 | 162 | 33 | 28 |
| Octal | 231 | 62 | 74 | 0 | 103 | 75 | 50 | 542 | 63 | 50 |
| Binary | 10011001 | 110010 | 111100 | 0 | 1000011 | 111101 | 101000 | 101100010 | 110011 | 101000 |
Color Harmonies of #99323C
Complementary color
Monochromatic Colors of #99323C
Black with #99323C
Text Example
Text Example
White with #99323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99323C; }
p { color: rgb(153,50,60); }
H1.HeaderClassName
{
color: #99323C;
}
.AnyTagClassName
{
color: #99323C;
}
</style>
background-color css
<style>
a { background-color: #99323C; }
a { background-color: rgb(153,50,60); }
div.DivClassName
{
background-color: #99323C;
}
.BgClassName
{
background-color: #99323C;
}
</style>
border-color css
<style>
span { border-color: #99323C; }
span { border-color: rgb(153,50,60); }
td.TdClassName
{
border-color: #99323C;
}
.TagClassName
{
border-color: #99323C;
}
</style>