Shades of Guardsman Red #AD262C
Tints of Guardsman Red #AD262C
RGB
CMYK
RGB Variations
Color information
#AD262C (or 0xAD262C) is known color: Guardsman Red. HEX triplet: AD, 26 and 2C. RGB value is (173,38,44). Sum of RGB (Red+Green+Blue) = 173+38+44=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD262C is #52D9D3. Grayscale: #4F4F4F. Windows color (decimal): -5429716 or 2893485. OLE color: 2893485.
HSL color Cylindrical-coordinate representation of color #AD262C: hue angle of 357.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD262C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 44 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.32 |
| HSL | 357.33º | 0.64% | 0.41% | - |
| HSV(B) | 357.33º | 0.78% | 0.68% | - |
| XYZ | 18.38 | 10.45 | 3.43 | - |
| YUV | 79.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 44 | 0 | 0.78 | 0.75 | 0.32 | 357.33 | 0.64 | 0.41 |
| Hex | AD | 26 | 2C | 0 | 4E | 4B | 20 | 165 | 40 | 29 |
| Octal | 255 | 46 | 54 | 0 | 116 | 113 | 40 | 545 | 100 | 51 |
| Binary | 10101101 | 100110 | 101100 | 0 | 1001110 | 1001011 | 100000 | 101100101 | 1000000 | 101001 |
Color Harmonies of #AD262C
Complementary color
Monochromatic Colors of #AD262C
Black with #AD262C
Text Example
Text Example
White with #AD262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD262C; }
p { color: rgb(173,38,44); }
H1.HeaderClassName
{
color: #AD262C;
}
.AnyTagClassName
{
color: #AD262C;
}
</style>
background-color css
<style>
a { background-color: #AD262C; }
a { background-color: rgb(173,38,44); }
div.DivClassName
{
background-color: #AD262C;
}
.BgClassName
{
background-color: #AD262C;
}
</style>
border-color css
<style>
span { border-color: #AD262C; }
span { border-color: rgb(173,38,44); }
td.TdClassName
{
border-color: #AD262C;
}
.TagClassName
{
border-color: #AD262C;
}
</style>