Shades of Guardsman Red #AC262D
Tints of Guardsman Red #AC262D
RGB
CMYK
RGB Variations
Color information
#AC262D (or 0xAC262D) is known color: Guardsman Red. HEX triplet: AC, 26 and 2D. RGB value is (172,38,45). Sum of RGB (Red+Green+Blue) = 172+38+45=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC262D is #53D9D2. Grayscale: #4E4E4E. Windows color (decimal): -5495251 or 2959020. OLE color: 2959020.
HSL color Cylindrical-coordinate representation of color #AC262D: hue angle of 356.87º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC262D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 45 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.33 |
| HSL | 356.87º | 0.64% | 0.41% | - |
| HSV(B) | 356.87º | 0.78% | 0.67% | - |
| XYZ | 18.18 | 10.35 | 3.52 | - |
| YUV | 78.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 45 | 0 | 0.78 | 0.74 | 0.33 | 356.87 | 0.64 | 0.41 |
| Hex | AC | 26 | 2D | 0 | 4E | 4A | 21 | 165 | 40 | 29 |
| Octal | 254 | 46 | 55 | 0 | 116 | 112 | 41 | 545 | 100 | 51 |
| Binary | 10101100 | 100110 | 101101 | 0 | 1001110 | 1001010 | 100001 | 101100101 | 1000000 | 101001 |
Color Harmonies of #AC262D
Complementary color
Monochromatic Colors of #AC262D
Black with #AC262D
Text Example
Text Example
White with #AC262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC262D; }
p { color: rgb(172,38,45); }
H1.HeaderClassName
{
color: #AC262D;
}
.AnyTagClassName
{
color: #AC262D;
}
</style>
background-color css
<style>
a { background-color: #AC262D; }
a { background-color: rgb(172,38,45); }
div.DivClassName
{
background-color: #AC262D;
}
.BgClassName
{
background-color: #AC262D;
}
</style>
border-color css
<style>
span { border-color: #AC262D; }
span { border-color: rgb(172,38,45); }
td.TdClassName
{
border-color: #AC262D;
}
.TagClassName
{
border-color: #AC262D;
}
</style>