Shades of Guardsman Red #AE262D
Tints of Guardsman Red #AE262D
RGB
CMYK
RGB Variations
Color information
#AE262D (or 0xAE262D) is known color: Guardsman Red. HEX triplet: AE, 26 and 2D. RGB value is (174,38,45). Sum of RGB (Red+Green+Blue) = 174+38+45=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE262D is #51D9D2. Grayscale: #4F4F4F. Windows color (decimal): -5364179 or 2959022. OLE color: 2959022.
HSL color Cylindrical-coordinate representation of color #AE262D: hue angle of 356.91º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE262D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 45 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.32 |
| HSL | 356.91º | 0.64% | 0.42% | - |
| HSV(B) | 356.91º | 0.78% | 0.68% | - |
| XYZ | 18.62 | 10.57 | 3.54 | - |
| YUV | 79.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 45 | 0 | 0.78 | 0.74 | 0.32 | 356.91 | 0.64 | 0.42 |
| Hex | AE | 26 | 2D | 0 | 4E | 4A | 20 | 165 | 40 | 2A |
| Octal | 256 | 46 | 55 | 0 | 116 | 112 | 40 | 545 | 100 | 52 |
| Binary | 10101110 | 100110 | 101101 | 0 | 1001110 | 1001010 | 100000 | 101100101 | 1000000 | 101010 |
Color Harmonies of #AE262D
Complementary color
Monochromatic Colors of #AE262D
Black with #AE262D
Text Example
Text Example
White with #AE262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE262D; }
p { color: rgb(174,38,45); }
H1.HeaderClassName
{
color: #AE262D;
}
.AnyTagClassName
{
color: #AE262D;
}
</style>
background-color css
<style>
a { background-color: #AE262D; }
a { background-color: rgb(174,38,45); }
div.DivClassName
{
background-color: #AE262D;
}
.BgClassName
{
background-color: #AE262D;
}
</style>
border-color css
<style>
span { border-color: #AE262D; }
span { border-color: rgb(174,38,45); }
td.TdClassName
{
border-color: #AE262D;
}
.TagClassName
{
border-color: #AE262D;
}
</style>