Shades of Guardsman Red #AD232B
Tints of Guardsman Red #AD232B
RGB
CMYK
RGB Variations
Color information
#AD232B (or 0xAD232B) is known color: Guardsman Red. HEX triplet: AD, 23 and 2B. RGB value is (173,35,43). Sum of RGB (Red+Green+Blue) = 173+35+43=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD232B is #52DCD4. Grayscale: #4D4D4D. Windows color (decimal): -5430485 or 2827181. OLE color: 2827181.
HSL color Cylindrical-coordinate representation of color #AD232B: hue angle of 356.52º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD232B is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 43 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.32 |
| HSL | 356.52º | 0.66% | 0.41% | - |
| HSV(B) | 356.52º | 0.8% | 0.68% | - |
| XYZ | 18.27 | 10.26 | 3.3 | - |
| YUV | 77.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 43 | 0 | 0.80 | 0.75 | 0.32 | 356.52 | 0.66 | 0.41 |
| Hex | AD | 23 | 2B | 0 | 50 | 4B | 20 | 165 | 42 | 29 |
| Octal | 255 | 43 | 53 | 0 | 120 | 113 | 40 | 545 | 102 | 51 |
| Binary | 10101101 | 100011 | 101011 | 0 | 1010000 | 1001011 | 100000 | 101100101 | 1000010 | 101001 |
Color Harmonies of #AD232B
Complementary color
Monochromatic Colors of #AD232B
Black with #AD232B
Text Example
Text Example
White with #AD232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD232B; }
p { color: rgb(173,35,43); }
H1.HeaderClassName
{
color: #AD232B;
}
.AnyTagClassName
{
color: #AD232B;
}
</style>
background-color css
<style>
a { background-color: #AD232B; }
a { background-color: rgb(173,35,43); }
div.DivClassName
{
background-color: #AD232B;
}
.BgClassName
{
background-color: #AD232B;
}
</style>
border-color css
<style>
span { border-color: #AD232B; }
span { border-color: rgb(173,35,43); }
td.TdClassName
{
border-color: #AD232B;
}
.TagClassName
{
border-color: #AD232B;
}
</style>