Shades of Guardsman Red #AD3438
Tints of Guardsman Red #AD3438
RGB
CMYK
RGB Variations
Color information
#AD3438 (or 0xAD3438) is known color: Guardsman Red. HEX triplet: AD, 34 and 38. RGB value is (173,52,56). Sum of RGB (Red+Green+Blue) = 173+52+56=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3438 is #52CBC7. Grayscale: #585858. Windows color (decimal): -5426120 or 3683501. OLE color: 3683501.
HSL color Cylindrical-coordinate representation of color #AD3438: hue angle of 358.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3438 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 56 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.32 |
| HSL | 358.02º | 0.54% | 0.44% | - |
| HSV(B) | 358.02º | 0.7% | 0.68% | - |
| XYZ | 19.18 | 11.63 | 4.97 | - |
| YUV | 88.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 56 | 0 | 0.70 | 0.68 | 0.32 | 358.02 | 0.54 | 0.44 |
| Hex | AD | 34 | 38 | 0 | 46 | 44 | 20 | 166 | 36 | 2C |
| Octal | 255 | 64 | 70 | 0 | 106 | 104 | 40 | 546 | 66 | 54 |
| Binary | 10101101 | 110100 | 111000 | 0 | 1000110 | 1000100 | 100000 | 101100110 | 110110 | 101100 |
Color Harmonies of #AD3438
Complementary color
Monochromatic Colors of #AD3438
Black with #AD3438
Text Example
Text Example
White with #AD3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3438; }
p { color: rgb(173,52,56); }
H1.HeaderClassName
{
color: #AD3438;
}
.AnyTagClassName
{
color: #AD3438;
}
</style>
background-color css
<style>
a { background-color: #AD3438; }
a { background-color: rgb(173,52,56); }
div.DivClassName
{
background-color: #AD3438;
}
.BgClassName
{
background-color: #AD3438;
}
</style>
border-color css
<style>
span { border-color: #AD3438; }
span { border-color: rgb(173,52,56); }
td.TdClassName
{
border-color: #AD3438;
}
.TagClassName
{
border-color: #AD3438;
}
</style>