Shades of Guardsman Red #AD2A34
Tints of Guardsman Red #AD2A34
RGB
CMYK
RGB Variations
Color information
#AD2A34 (or 0xAD2A34) is known color: Guardsman Red. HEX triplet: AD, 2A and 34. RGB value is (173,42,52). Sum of RGB (Red+Green+Blue) = 173+42+52=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A34 is #52D5CB. Grayscale: #525252. Windows color (decimal): -5428684 or 3418797. OLE color: 3418797.
HSL color Cylindrical-coordinate representation of color #AD2A34: hue angle of 355.42º 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 #AD2A34 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 52 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.32 |
| HSL | 355.42º | 0.61% | 0.42% | - |
| HSV(B) | 355.42º | 0.76% | 0.68% | - |
| XYZ | 18.68 | 10.79 | 4.35 | - |
| YUV | 82.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 52 | 0 | 0.76 | 0.70 | 0.32 | 355.42 | 0.61 | 0.42 |
| Hex | AD | 2A | 34 | 0 | 4C | 46 | 20 | 163 | 3D | 2A |
| Octal | 255 | 52 | 64 | 0 | 114 | 106 | 40 | 543 | 75 | 52 |
| Binary | 10101101 | 101010 | 110100 | 0 | 1001100 | 1000110 | 100000 | 101100011 | 111101 | 101010 |
Color Harmonies of #AD2A34
Complementary color
Monochromatic Colors of #AD2A34
Black with #AD2A34
Text Example
Text Example
White with #AD2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A34; }
p { color: rgb(173,42,52); }
H1.HeaderClassName
{
color: #AD2A34;
}
.AnyTagClassName
{
color: #AD2A34;
}
</style>
background-color css
<style>
a { background-color: #AD2A34; }
a { background-color: rgb(173,42,52); }
div.DivClassName
{
background-color: #AD2A34;
}
.BgClassName
{
background-color: #AD2A34;
}
</style>
border-color css
<style>
span { border-color: #AD2A34; }
span { border-color: rgb(173,42,52); }
td.TdClassName
{
border-color: #AD2A34;
}
.TagClassName
{
border-color: #AD2A34;
}
</style>