Shades of Guardsman Red #AC3D3E
Tints of Guardsman Red #AC3D3E
RGB
CMYK
RGB Variations
Color information
#AC3D3E (or 0xAC3D3E) is known color: Guardsman Red. HEX triplet: AC, 3D and 3E. RGB value is (172,61,62). Sum of RGB (Red+Green+Blue) = 172+61+62=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D3E is #53C2C1. Grayscale: #5E5E5E. Windows color (decimal): -5489346 or 4079020. OLE color: 4079020.
HSL color Cylindrical-coordinate representation of color #AC3D3E: hue angle of 359.46º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3D3E is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 62 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.33 |
| HSL | 359.46º | 0.48% | 0.46% | - |
| HSV(B) | 359.46º | 0.65% | 0.67% | - |
| XYZ | 19.55 | 12.46 | 5.93 | - |
| YUV | 94.3 | 109.77 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 62 | 0 | 0.65 | 0.64 | 0.33 | 359.46 | 0.48 | 0.46 |
| Hex | AC | 3D | 3E | 0 | 41 | 40 | 21 | 167 | 30 | 2E |
| Octal | 254 | 75 | 76 | 0 | 101 | 100 | 41 | 547 | 60 | 56 |
| Binary | 10101100 | 111101 | 111110 | 0 | 1000001 | 1000000 | 100001 | 101100111 | 110000 | 101110 |
Color Harmonies of #AC3D3E
Complementary color
Monochromatic Colors of #AC3D3E
Black with #AC3D3E
Text Example
Text Example
White with #AC3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D3E; }
p { color: rgb(172,61,62); }
H1.HeaderClassName
{
color: #AC3D3E;
}
.AnyTagClassName
{
color: #AC3D3E;
}
</style>
background-color css
<style>
a { background-color: #AC3D3E; }
a { background-color: rgb(172,61,62); }
div.DivClassName
{
background-color: #AC3D3E;
}
.BgClassName
{
background-color: #AC3D3E;
}
</style>
border-color css
<style>
span { border-color: #AC3D3E; }
span { border-color: rgb(172,61,62); }
td.TdClassName
{
border-color: #AC3D3E;
}
.TagClassName
{
border-color: #AC3D3E;
}
</style>