Shades of Guardsman Red #AC2630
Tints of Guardsman Red #AC2630
RGB
CMYK
RGB Variations
Color information
#AC2630 (or 0xAC2630) is known color: Guardsman Red. HEX triplet: AC, 26 and 30. RGB value is (172,38,48). Sum of RGB (Red+Green+Blue) = 172+38+48=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2630 is #53D9CF. Grayscale: #4F4F4F. Windows color (decimal): -5495248 or 3155628. OLE color: 3155628.
HSL color Cylindrical-coordinate representation of color #AC2630: hue angle of 355.52º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2630 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 48 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.33 |
| HSL | 355.52º | 0.64% | 0.41% | - |
| HSV(B) | 355.52º | 0.78% | 0.67% | - |
| XYZ | 18.24 | 10.37 | 3.84 | - |
| YUV | 79.21 | 110.39 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 48 | 0 | 0.78 | 0.72 | 0.33 | 355.52 | 0.64 | 0.41 |
| Hex | AC | 26 | 30 | 0 | 4E | 48 | 21 | 164 | 40 | 29 |
| Octal | 254 | 46 | 60 | 0 | 116 | 110 | 41 | 544 | 100 | 51 |
| Binary | 10101100 | 100110 | 110000 | 0 | 1001110 | 1001000 | 100001 | 101100100 | 1000000 | 101001 |
Color Harmonies of #AC2630
Complementary color
Monochromatic Colors of #AC2630
Black with #AC2630
Text Example
Text Example
White with #AC2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2630; }
p { color: rgb(172,38,48); }
H1.HeaderClassName
{
color: #AC2630;
}
.AnyTagClassName
{
color: #AC2630;
}
</style>
background-color css
<style>
a { background-color: #AC2630; }
a { background-color: rgb(172,38,48); }
div.DivClassName
{
background-color: #AC2630;
}
.BgClassName
{
background-color: #AC2630;
}
</style>
border-color css
<style>
span { border-color: #AC2630; }
span { border-color: rgb(172,38,48); }
td.TdClassName
{
border-color: #AC2630;
}
.TagClassName
{
border-color: #AC2630;
}
</style>