Shades of Guardsman Red #AD2833
Tints of Guardsman Red #AD2833
RGB
CMYK
RGB Variations
Color information
#AD2833 (or 0xAD2833) is known color: Guardsman Red. HEX triplet: AD, 28 and 33. RGB value is (173,40,51). Sum of RGB (Red+Green+Blue) = 173+40+51=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2833 is #52D7CC. Grayscale: #515151. Windows color (decimal): -5429197 or 3352749. OLE color: 3352749.
HSL color Cylindrical-coordinate representation of color #AD2833: hue angle of 355.04º 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 #AD2833 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 51 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.32 |
| HSL | 355.04º | 0.62% | 0.42% | - |
| HSV(B) | 355.04º | 0.77% | 0.68% | - |
| XYZ | 18.59 | 10.64 | 4.21 | - |
| YUV | 81.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 51 | 0 | 0.77 | 0.71 | 0.32 | 355.04 | 0.62 | 0.42 |
| Hex | AD | 28 | 33 | 0 | 4D | 47 | 20 | 163 | 3E | 2A |
| Octal | 255 | 50 | 63 | 0 | 115 | 107 | 40 | 543 | 76 | 52 |
| Binary | 10101101 | 101000 | 110011 | 0 | 1001101 | 1000111 | 100000 | 101100011 | 111110 | 101010 |
Color Harmonies of #AD2833
Complementary color
Monochromatic Colors of #AD2833
Black with #AD2833
Text Example
Text Example
White with #AD2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2833; }
p { color: rgb(173,40,51); }
H1.HeaderClassName
{
color: #AD2833;
}
.AnyTagClassName
{
color: #AD2833;
}
</style>
background-color css
<style>
a { background-color: #AD2833; }
a { background-color: rgb(173,40,51); }
div.DivClassName
{
background-color: #AD2833;
}
.BgClassName
{
background-color: #AD2833;
}
</style>
border-color css
<style>
span { border-color: #AD2833; }
span { border-color: rgb(173,40,51); }
td.TdClassName
{
border-color: #AD2833;
}
.TagClassName
{
border-color: #AD2833;
}
</style>