Shades of Guardsman Red #AC242D
Tints of Guardsman Red #AC242D
RGB
CMYK
RGB Variations
Color information
#AC242D (or 0xAC242D) is known color: Guardsman Red. HEX triplet: AC, 24 and 2D. RGB value is (172,36,45). Sum of RGB (Red+Green+Blue) = 172+36+45=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC242D is #53DBD2. Grayscale: #4D4D4D. Windows color (decimal): -5495763 or 2958508. OLE color: 2958508.
HSL color Cylindrical-coordinate representation of color #AC242D: hue angle of 356.03º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC242D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 45 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.33 |
| HSL | 356.03º | 0.65% | 0.41% | - |
| HSV(B) | 356.03º | 0.79% | 0.67% | - |
| XYZ | 18.12 | 10.22 | 3.5 | - |
| YUV | 77.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 45 | 0 | 0.79 | 0.74 | 0.33 | 356.03 | 0.65 | 0.41 |
| Hex | AC | 24 | 2D | 0 | 4F | 4A | 21 | 164 | 41 | 29 |
| Octal | 254 | 44 | 55 | 0 | 117 | 112 | 41 | 544 | 101 | 51 |
| Binary | 10101100 | 100100 | 101101 | 0 | 1001111 | 1001010 | 100001 | 101100100 | 1000001 | 101001 |
Color Harmonies of #AC242D
Complementary color
Monochromatic Colors of #AC242D
Black with #AC242D
Text Example
Text Example
White with #AC242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC242D; }
p { color: rgb(172,36,45); }
H1.HeaderClassName
{
color: #AC242D;
}
.AnyTagClassName
{
color: #AC242D;
}
</style>
background-color css
<style>
a { background-color: #AC242D; }
a { background-color: rgb(172,36,45); }
div.DivClassName
{
background-color: #AC242D;
}
.BgClassName
{
background-color: #AC242D;
}
</style>
border-color css
<style>
span { border-color: #AC242D; }
span { border-color: rgb(172,36,45); }
td.TdClassName
{
border-color: #AC242D;
}
.TagClassName
{
border-color: #AC242D;
}
</style>