Shades of Guardsman Red #AC242B
Tints of Guardsman Red #AC242B
RGB
CMYK
RGB Variations
Color information
#AC242B (or 0xAC242B) is known color: Guardsman Red. HEX triplet: AC, 24 and 2B. RGB value is (172,36,43). Sum of RGB (Red+Green+Blue) = 172+36+43=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC242B is #53DBD4. Grayscale: #4D4D4D. Windows color (decimal): -5495765 or 2827436. OLE color: 2827436.
HSL color Cylindrical-coordinate representation of color #AC242B: hue angle of 356.91º 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 #AC242B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 43 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.33 |
| HSL | 356.91º | 0.65% | 0.41% | - |
| HSV(B) | 356.91º | 0.79% | 0.67% | - |
| XYZ | 18.08 | 10.21 | 3.3 | - |
| YUV | 77.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 43 | 0 | 0.79 | 0.75 | 0.33 | 356.91 | 0.65 | 0.41 |
| Hex | AC | 24 | 2B | 0 | 4F | 4B | 21 | 165 | 41 | 29 |
| Octal | 254 | 44 | 53 | 0 | 117 | 113 | 41 | 545 | 101 | 51 |
| Binary | 10101100 | 100100 | 101011 | 0 | 1001111 | 1001011 | 100001 | 101100101 | 1000001 | 101001 |
Color Harmonies of #AC242B
Complementary color
Monochromatic Colors of #AC242B
Black with #AC242B
Text Example
Text Example
White with #AC242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC242B; }
p { color: rgb(172,36,43); }
H1.HeaderClassName
{
color: #AC242B;
}
.AnyTagClassName
{
color: #AC242B;
}
</style>
background-color css
<style>
a { background-color: #AC242B; }
a { background-color: rgb(172,36,43); }
div.DivClassName
{
background-color: #AC242B;
}
.BgClassName
{
background-color: #AC242B;
}
</style>
border-color css
<style>
span { border-color: #AC242B; }
span { border-color: rgb(172,36,43); }
td.TdClassName
{
border-color: #AC242B;
}
.TagClassName
{
border-color: #AC242B;
}
</style>