Shades of Guardsman Red #AC3438
Tints of Guardsman Red #AC3438
RGB
CMYK
RGB Variations
Color information
#AC3438 (or 0xAC3438) is known color: Guardsman Red. HEX triplet: AC, 34 and 38. RGB value is (172,52,56). Sum of RGB (Red+Green+Blue) = 172+52+56=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3438 is #53CBC7. Grayscale: #585858. Windows color (decimal): -5491656 or 3683500. OLE color: 3683500.
HSL color Cylindrical-coordinate representation of color #AC3438: hue angle of 358º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3438 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 56 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.33 |
| HSL | 358º | 0.54% | 0.44% | - |
| HSV(B) | 358º | 0.7% | 0.67% | - |
| XYZ | 18.96 | 11.51 | 4.96 | - |
| YUV | 88.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 56 | 0 | 0.70 | 0.67 | 0.33 | 358 | 0.54 | 0.44 |
| Hex | AC | 34 | 38 | 0 | 46 | 43 | 21 | 166 | 36 | 2C |
| Octal | 254 | 64 | 70 | 0 | 106 | 103 | 41 | 546 | 66 | 54 |
| Binary | 10101100 | 110100 | 111000 | 0 | 1000110 | 1000011 | 100001 | 101100110 | 110110 | 101100 |
Color Harmonies of #AC3438
Complementary color
Monochromatic Colors of #AC3438
Black with #AC3438
Text Example
Text Example
White with #AC3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3438; }
p { color: rgb(172,52,56); }
H1.HeaderClassName
{
color: #AC3438;
}
.AnyTagClassName
{
color: #AC3438;
}
</style>
background-color css
<style>
a { background-color: #AC3438; }
a { background-color: rgb(172,52,56); }
div.DivClassName
{
background-color: #AC3438;
}
.BgClassName
{
background-color: #AC3438;
}
</style>
border-color css
<style>
span { border-color: #AC3438; }
span { border-color: rgb(172,52,56); }
td.TdClassName
{
border-color: #AC3438;
}
.TagClassName
{
border-color: #AC3438;
}
</style>