Shades of Guardsman Red #AC262B
Tints of Guardsman Red #AC262B
RGB
CMYK
RGB Variations
Color information
#AC262B (or 0xAC262B) is known color: Guardsman Red. HEX triplet: AC, 26 and 2B. RGB value is (172,38,43). Sum of RGB (Red+Green+Blue) = 172+38+43=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC262B is #53D9D4. Grayscale: #4E4E4E. Windows color (decimal): -5495253 or 2827948. OLE color: 2827948.
HSL color Cylindrical-coordinate representation of color #AC262B: hue angle of 357.76º 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 #AC262B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 43 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.33 |
| HSL | 357.76º | 0.64% | 0.41% | - |
| HSV(B) | 357.76º | 0.78% | 0.67% | - |
| XYZ | 18.14 | 10.33 | 3.32 | - |
| YUV | 78.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 43 | 0 | 0.78 | 0.75 | 0.33 | 357.76 | 0.64 | 0.41 |
| Hex | AC | 26 | 2B | 0 | 4E | 4B | 21 | 166 | 40 | 29 |
| Octal | 254 | 46 | 53 | 0 | 116 | 113 | 41 | 546 | 100 | 51 |
| Binary | 10101100 | 100110 | 101011 | 0 | 1001110 | 1001011 | 100001 | 101100110 | 1000000 | 101001 |
Color Harmonies of #AC262B
Complementary color
Monochromatic Colors of #AC262B
Black with #AC262B
Text Example
Text Example
White with #AC262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC262B; }
p { color: rgb(172,38,43); }
H1.HeaderClassName
{
color: #AC262B;
}
.AnyTagClassName
{
color: #AC262B;
}
</style>
background-color css
<style>
a { background-color: #AC262B; }
a { background-color: rgb(172,38,43); }
div.DivClassName
{
background-color: #AC262B;
}
.BgClassName
{
background-color: #AC262B;
}
</style>
border-color css
<style>
span { border-color: #AC262B; }
span { border-color: rgb(172,38,43); }
td.TdClassName
{
border-color: #AC262B;
}
.TagClassName
{
border-color: #AC262B;
}
</style>