Shades of Guardsman Red #AD2A2B
Tints of Guardsman Red #AD2A2B
RGB
CMYK
RGB Variations
Color information
#AD2A2B (or 0xAD2A2B) is known color: Guardsman Red. HEX triplet: AD, 2A and 2B. RGB value is (173,42,43). Sum of RGB (Red+Green+Blue) = 173+42+43=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A2B is #52D5D4. Grayscale: #515151. Windows color (decimal): -5428693 or 2828973. OLE color: 2828973.
HSL color Cylindrical-coordinate representation of color #AD2A2B: hue angle of 359.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A2B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 43 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.32 |
| HSL | 359.54º | 0.61% | 0.42% | - |
| HSV(B) | 359.54º | 0.76% | 0.68% | - |
| XYZ | 18.5 | 10.71 | 3.38 | - |
| YUV | 81.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 43 | 0 | 0.76 | 0.75 | 0.32 | 359.54 | 0.61 | 0.42 |
| Hex | AD | 2A | 2B | 0 | 4C | 4B | 20 | 168 | 3D | 2A |
| Octal | 255 | 52 | 53 | 0 | 114 | 113 | 40 | 550 | 75 | 52 |
| Binary | 10101101 | 101010 | 101011 | 0 | 1001100 | 1001011 | 100000 | 101101000 | 111101 | 101010 |
Color Harmonies of #AD2A2B
Complementary color
Monochromatic Colors of #AD2A2B
Black with #AD2A2B
Text Example
Text Example
White with #AD2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A2B; }
p { color: rgb(173,42,43); }
H1.HeaderClassName
{
color: #AD2A2B;
}
.AnyTagClassName
{
color: #AD2A2B;
}
</style>
background-color css
<style>
a { background-color: #AD2A2B; }
a { background-color: rgb(173,42,43); }
div.DivClassName
{
background-color: #AD2A2B;
}
.BgClassName
{
background-color: #AD2A2B;
}
</style>
border-color css
<style>
span { border-color: #AD2A2B; }
span { border-color: rgb(173,42,43); }
td.TdClassName
{
border-color: #AD2A2B;
}
.TagClassName
{
border-color: #AD2A2B;
}
</style>