Shades of Guardsman Red #AC303B
Tints of Guardsman Red #AC303B
RGB
CMYK
RGB Variations
Color information
#AC303B (or 0xAC303B) is known color: Guardsman Red. HEX triplet: AC, 30 and 3B. RGB value is (172,48,59). Sum of RGB (Red+Green+Blue) = 172+48+59=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC303B is #53CFC4. Grayscale: #565656. Windows color (decimal): -5492677 or 3879084. OLE color: 3879084.
HSL color Cylindrical-coordinate representation of color #AC303B: hue angle of 354.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC303B is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 59 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.33 |
| HSL | 354.68º | 0.56% | 0.43% | - |
| HSV(B) | 354.68º | 0.72% | 0.67% | - |
| XYZ | 18.86 | 11.2 | 5.31 | - |
| YUV | 86.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 59 | 0 | 0.72 | 0.66 | 0.33 | 354.68 | 0.56 | 0.43 |
| Hex | AC | 30 | 3B | 0 | 48 | 42 | 21 | 163 | 38 | 2B |
| Octal | 254 | 60 | 73 | 0 | 110 | 102 | 41 | 543 | 70 | 53 |
| Binary | 10101100 | 110000 | 111011 | 0 | 1001000 | 1000010 | 100001 | 101100011 | 111000 | 101011 |
Color Harmonies of #AC303B
Complementary color
Monochromatic Colors of #AC303B
Black with #AC303B
Text Example
Text Example
White with #AC303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC303B; }
p { color: rgb(172,48,59); }
H1.HeaderClassName
{
color: #AC303B;
}
.AnyTagClassName
{
color: #AC303B;
}
</style>
background-color css
<style>
a { background-color: #AC303B; }
a { background-color: rgb(172,48,59); }
div.DivClassName
{
background-color: #AC303B;
}
.BgClassName
{
background-color: #AC303B;
}
</style>
border-color css
<style>
span { border-color: #AC303B; }
span { border-color: rgb(172,48,59); }
td.TdClassName
{
border-color: #AC303B;
}
.TagClassName
{
border-color: #AC303B;
}
</style>