Shades of Guardsman Red #AC363A
Tints of Guardsman Red #AC363A
RGB
CMYK
RGB Variations
Color information
#AC363A (or 0xAC363A) is known color: Guardsman Red. HEX triplet: AC, 36 and 3A. RGB value is (172,54,58). Sum of RGB (Red+Green+Blue) = 172+54+58=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC363A is #53C9C5. Grayscale: #595959. Windows color (decimal): -5491142 or 3815084. OLE color: 3815084.
HSL color Cylindrical-coordinate representation of color #AC363A: hue angle of 357.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC363A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 58 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.33 |
| HSL | 357.97º | 0.52% | 0.44% | - |
| HSV(B) | 357.97º | 0.69% | 0.67% | - |
| XYZ | 19.1 | 11.71 | 5.26 | - |
| YUV | 89.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 58 | 0 | 0.69 | 0.66 | 0.33 | 357.97 | 0.52 | 0.44 |
| Hex | AC | 36 | 3A | 0 | 45 | 42 | 21 | 166 | 34 | 2C |
| Octal | 254 | 66 | 72 | 0 | 105 | 102 | 41 | 546 | 64 | 54 |
| Binary | 10101100 | 110110 | 111010 | 0 | 1000101 | 1000010 | 100001 | 101100110 | 110100 | 101100 |
Color Harmonies of #AC363A
Complementary color
Monochromatic Colors of #AC363A
Black with #AC363A
Text Example
Text Example
White with #AC363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC363A; }
p { color: rgb(172,54,58); }
H1.HeaderClassName
{
color: #AC363A;
}
.AnyTagClassName
{
color: #AC363A;
}
</style>
background-color css
<style>
a { background-color: #AC363A; }
a { background-color: rgb(172,54,58); }
div.DivClassName
{
background-color: #AC363A;
}
.BgClassName
{
background-color: #AC363A;
}
</style>
border-color css
<style>
span { border-color: #AC363A; }
span { border-color: rgb(172,54,58); }
td.TdClassName
{
border-color: #AC363A;
}
.TagClassName
{
border-color: #AC363A;
}
</style>