Shades of Guardsman Red #AC363B
Tints of Guardsman Red #AC363B
RGB
CMYK
RGB Variations
Color information
#AC363B (or 0xAC363B) is known color: Guardsman Red. HEX triplet: AC, 36 and 3B. RGB value is (172,54,59). Sum of RGB (Red+Green+Blue) = 172+54+59=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC363B is #53C9C4. Grayscale: #595959. Windows color (decimal): -5491141 or 3880620. OLE color: 3880620.
HSL color Cylindrical-coordinate representation of color #AC363B: hue angle of 357.46º 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 #AC363B is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 59 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.33 |
| HSL | 357.46º | 0.52% | 0.44% | - |
| HSV(B) | 357.46º | 0.69% | 0.67% | - |
| XYZ | 19.12 | 11.72 | 5.39 | - |
| YUV | 89.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 59 | 0 | 0.69 | 0.66 | 0.33 | 357.46 | 0.52 | 0.44 |
| Hex | AC | 36 | 3B | 0 | 45 | 42 | 21 | 165 | 34 | 2C |
| Octal | 254 | 66 | 73 | 0 | 105 | 102 | 41 | 545 | 64 | 54 |
| Binary | 10101100 | 110110 | 111011 | 0 | 1000101 | 1000010 | 100001 | 101100101 | 110100 | 101100 |
Color Harmonies of #AC363B
Complementary color
Monochromatic Colors of #AC363B
Black with #AC363B
Text Example
Text Example
White with #AC363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC363B; }
p { color: rgb(172,54,59); }
H1.HeaderClassName
{
color: #AC363B;
}
.AnyTagClassName
{
color: #AC363B;
}
</style>
background-color css
<style>
a { background-color: #AC363B; }
a { background-color: rgb(172,54,59); }
div.DivClassName
{
background-color: #AC363B;
}
.BgClassName
{
background-color: #AC363B;
}
</style>
border-color css
<style>
span { border-color: #AC363B; }
span { border-color: rgb(172,54,59); }
td.TdClassName
{
border-color: #AC363B;
}
.TagClassName
{
border-color: #AC363B;
}
</style>