Shades of Guardsman Red #AD2830
Tints of Guardsman Red #AD2830
RGB
CMYK
RGB Variations
Color information
#AD2830 (or 0xAD2830) is known color: Guardsman Red. HEX triplet: AD, 28 and 30. RGB value is (173,40,48). Sum of RGB (Red+Green+Blue) = 173+40+48=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2830 is #52D7CF. Grayscale: #505050. Windows color (decimal): -5429200 or 3156141. OLE color: 3156141.
HSL color Cylindrical-coordinate representation of color #AD2830: hue angle of 356.39º 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 #AD2830 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 48 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.32 |
| HSL | 356.39º | 0.62% | 0.42% | - |
| HSV(B) | 356.39º | 0.77% | 0.68% | - |
| XYZ | 18.53 | 10.62 | 3.87 | - |
| YUV | 80.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 48 | 0 | 0.77 | 0.72 | 0.32 | 356.39 | 0.62 | 0.42 |
| Hex | AD | 28 | 30 | 0 | 4D | 48 | 20 | 164 | 3E | 2A |
| Octal | 255 | 50 | 60 | 0 | 115 | 110 | 40 | 544 | 76 | 52 |
| Binary | 10101101 | 101000 | 110000 | 0 | 1001101 | 1001000 | 100000 | 101100100 | 111110 | 101010 |
Color Harmonies of #AD2830
Complementary color
Monochromatic Colors of #AD2830
Black with #AD2830
Text Example
Text Example
White with #AD2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2830; }
p { color: rgb(173,40,48); }
H1.HeaderClassName
{
color: #AD2830;
}
.AnyTagClassName
{
color: #AD2830;
}
</style>
background-color css
<style>
a { background-color: #AD2830; }
a { background-color: rgb(173,40,48); }
div.DivClassName
{
background-color: #AD2830;
}
.BgClassName
{
background-color: #AD2830;
}
</style>
border-color css
<style>
span { border-color: #AD2830; }
span { border-color: rgb(173,40,48); }
td.TdClassName
{
border-color: #AD2830;
}
.TagClassName
{
border-color: #AD2830;
}
</style>