Shades of Guardsman Red #99323A
Tints of Guardsman Red #99323A
RGB
CMYK
RGB Variations
Color information
#99323A (or 0x99323A) is known color: Guardsman Red. HEX triplet: 99, 32 and 3A. RGB value is (153,50,58). Sum of RGB (Red+Green+Blue) = 153+50+58=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99323A is #66CDC5. Grayscale: #515151. Windows color (decimal): -6737350 or 3814041. OLE color: 3814041.
HSL color Cylindrical-coordinate representation of color #99323A: hue angle of 355.34º 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 #99323A is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 58 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.4 |
| HSL | 355.34º | 0.51% | 0.4% | - |
| HSV(B) | 355.34º | 0.67% | 0.6% | - |
| XYZ | 15.04 | 9.36 | 5.02 | - |
| YUV | 81.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 58 | 0 | 0.67 | 0.62 | 0.4 | 355.34 | 0.51 | 0.4 |
| Hex | 99 | 32 | 3A | 0 | 43 | 3E | 28 | 163 | 33 | 28 |
| Octal | 231 | 62 | 72 | 0 | 103 | 76 | 50 | 543 | 63 | 50 |
| Binary | 10011001 | 110010 | 111010 | 0 | 1000011 | 111110 | 101000 | 101100011 | 110011 | 101000 |
Color Harmonies of #99323A
Complementary color
Monochromatic Colors of #99323A
Black with #99323A
Text Example
Text Example
White with #99323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99323A; }
p { color: rgb(153,50,58); }
H1.HeaderClassName
{
color: #99323A;
}
.AnyTagClassName
{
color: #99323A;
}
</style>
background-color css
<style>
a { background-color: #99323A; }
a { background-color: rgb(153,50,58); }
div.DivClassName
{
background-color: #99323A;
}
.BgClassName
{
background-color: #99323A;
}
</style>
border-color css
<style>
span { border-color: #99323A; }
span { border-color: rgb(153,50,58); }
td.TdClassName
{
border-color: #99323A;
}
.TagClassName
{
border-color: #99323A;
}
</style>