Shades of Guardsman Red #99343A
Tints of Guardsman Red #99343A
RGB
CMYK
RGB Variations
Color information
#99343A (or 0x99343A) is known color: Guardsman Red. HEX triplet: 99, 34 and 3A. RGB value is (153,52,58). Sum of RGB (Red+Green+Blue) = 153+52+58=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99343A is #66CBC5. Grayscale: #525252. Windows color (decimal): -6736838 or 3814553. OLE color: 3814553.
HSL color Cylindrical-coordinate representation of color #99343A: hue angle of 356.44º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99343A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 58 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.4 |
| HSL | 356.44º | 0.49% | 0.4% | - |
| HSV(B) | 356.44º | 0.66% | 0.6% | - |
| XYZ | 15.13 | 9.53 | 5.05 | - |
| YUV | 82.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 58 | 0 | 0.66 | 0.62 | 0.4 | 356.44 | 0.49 | 0.4 |
| Hex | 99 | 34 | 3A | 0 | 42 | 3E | 28 | 164 | 31 | 28 |
| Octal | 231 | 64 | 72 | 0 | 102 | 76 | 50 | 544 | 61 | 50 |
| Binary | 10011001 | 110100 | 111010 | 0 | 1000010 | 111110 | 101000 | 101100100 | 110001 | 101000 |
Color Harmonies of #99343A
Complementary color
Monochromatic Colors of #99343A
Black with #99343A
Text Example
Text Example
White with #99343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99343A; }
p { color: rgb(153,52,58); }
H1.HeaderClassName
{
color: #99343A;
}
.AnyTagClassName
{
color: #99343A;
}
</style>
background-color css
<style>
a { background-color: #99343A; }
a { background-color: rgb(153,52,58); }
div.DivClassName
{
background-color: #99343A;
}
.BgClassName
{
background-color: #99343A;
}
</style>
border-color css
<style>
span { border-color: #99343A; }
span { border-color: rgb(153,52,58); }
td.TdClassName
{
border-color: #99343A;
}
.TagClassName
{
border-color: #99343A;
}
</style>