Shades of Guardsman Red #AD303A
Tints of Guardsman Red #AD303A
RGB
CMYK
RGB Variations
Color information
#AD303A (or 0xAD303A) is known color: Guardsman Red. HEX triplet: AD, 30 and 3A. RGB value is (173,48,58). Sum of RGB (Red+Green+Blue) = 173+48+58=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD303A is #52CFC5. Grayscale: #565656. Windows color (decimal): -5427142 or 3813549. OLE color: 3813549.
HSL color Cylindrical-coordinate representation of color #AD303A: hue angle of 355.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD303A is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 58 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.32 |
| HSL | 355.2º | 0.57% | 0.43% | - |
| HSV(B) | 355.2º | 0.72% | 0.68% | - |
| XYZ | 19.05 | 11.3 | 5.18 | - |
| YUV | 86.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 58 | 0 | 0.72 | 0.66 | 0.32 | 355.2 | 0.57 | 0.43 |
| Hex | AD | 30 | 3A | 0 | 48 | 42 | 20 | 163 | 39 | 2B |
| Octal | 255 | 60 | 72 | 0 | 110 | 102 | 40 | 543 | 71 | 53 |
| Binary | 10101101 | 110000 | 111010 | 0 | 1001000 | 1000010 | 100000 | 101100011 | 111001 | 101011 |
Color Harmonies of #AD303A
Complementary color
Monochromatic Colors of #AD303A
Black with #AD303A
Text Example
Text Example
White with #AD303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD303A; }
p { color: rgb(173,48,58); }
H1.HeaderClassName
{
color: #AD303A;
}
.AnyTagClassName
{
color: #AD303A;
}
</style>
background-color css
<style>
a { background-color: #AD303A; }
a { background-color: rgb(173,48,58); }
div.DivClassName
{
background-color: #AD303A;
}
.BgClassName
{
background-color: #AD303A;
}
</style>
border-color css
<style>
span { border-color: #AD303A; }
span { border-color: rgb(173,48,58); }
td.TdClassName
{
border-color: #AD303A;
}
.TagClassName
{
border-color: #AD303A;
}
</style>