Shades of Guardsman Red #AD2832
Tints of Guardsman Red #AD2832
RGB
CMYK
RGB Variations
Color information
#AD2832 (or 0xAD2832) is known color: Guardsman Red. HEX triplet: AD, 28 and 32. RGB value is (173,40,50). Sum of RGB (Red+Green+Blue) = 173+40+50=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2832 is #52D7CD. Grayscale: #515151. Windows color (decimal): -5429198 or 3287213. OLE color: 3287213.
HSL color Cylindrical-coordinate representation of color #AD2832: hue angle of 355.49º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2832 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 50 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.32 |
| HSL | 355.49º | 0.62% | 0.42% | - |
| HSV(B) | 355.49º | 0.77% | 0.68% | - |
| XYZ | 18.57 | 10.63 | 4.09 | - |
| YUV | 80.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 50 | 0 | 0.77 | 0.71 | 0.32 | 355.49 | 0.62 | 0.42 |
| Hex | AD | 28 | 32 | 0 | 4D | 47 | 20 | 163 | 3E | 2A |
| Octal | 255 | 50 | 62 | 0 | 115 | 107 | 40 | 543 | 76 | 52 |
| Binary | 10101101 | 101000 | 110010 | 0 | 1001101 | 1000111 | 100000 | 101100011 | 111110 | 101010 |
Color Harmonies of #AD2832
Complementary color
Monochromatic Colors of #AD2832
Black with #AD2832
Text Example
Text Example
White with #AD2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2832; }
p { color: rgb(173,40,50); }
H1.HeaderClassName
{
color: #AD2832;
}
.AnyTagClassName
{
color: #AD2832;
}
</style>
background-color css
<style>
a { background-color: #AD2832; }
a { background-color: rgb(173,40,50); }
div.DivClassName
{
background-color: #AD2832;
}
.BgClassName
{
background-color: #AD2832;
}
</style>
border-color css
<style>
span { border-color: #AD2832; }
span { border-color: rgb(173,40,50); }
td.TdClassName
{
border-color: #AD2832;
}
.TagClassName
{
border-color: #AD2832;
}
</style>