Shades of Guardsman Red #993438
Tints of Guardsman Red #993438
RGB
CMYK
RGB Variations
Color information
#993438 (or 0x993438) is known color: Guardsman Red. HEX triplet: 99, 34 and 38. RGB value is (153,52,56). Sum of RGB (Red+Green+Blue) = 153+52+56=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #993438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993438 is #66CBC7. Grayscale: #525252. Windows color (decimal): -6736840 or 3683481. OLE color: 3683481.
HSL color Cylindrical-coordinate representation of color #993438: hue angle of 357.62º 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 #993438 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 56 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.4 |
| HSL | 357.62º | 0.49% | 0.4% | - |
| HSV(B) | 357.62º | 0.66% | 0.6% | - |
| XYZ | 15.08 | 9.51 | 4.78 | - |
| YUV | 82.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 56 | 0 | 0.66 | 0.63 | 0.4 | 357.62 | 0.49 | 0.4 |
| Hex | 99 | 34 | 38 | 0 | 42 | 3F | 28 | 166 | 31 | 28 |
| Octal | 231 | 64 | 70 | 0 | 102 | 77 | 50 | 546 | 61 | 50 |
| Binary | 10011001 | 110100 | 111000 | 0 | 1000010 | 111111 | 101000 | 101100110 | 110001 | 101000 |
Color Harmonies of #993438
Complementary color
Monochromatic Colors of #993438
Black with #993438
Text Example
Text Example
White with #993438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993438; }
p { color: rgb(153,52,56); }
H1.HeaderClassName
{
color: #993438;
}
.AnyTagClassName
{
color: #993438;
}
</style>
background-color css
<style>
a { background-color: #993438; }
a { background-color: rgb(153,52,56); }
div.DivClassName
{
background-color: #993438;
}
.BgClassName
{
background-color: #993438;
}
</style>
border-color css
<style>
span { border-color: #993438; }
span { border-color: rgb(153,52,56); }
td.TdClassName
{
border-color: #993438;
}
.TagClassName
{
border-color: #993438;
}
</style>