Shades of Guardsman Red #A7333F
Tints of Guardsman Red #A7333F
RGB
CMYK
RGB Variations
Color information
#A7333F (or 0xA7333F) is known color: Guardsman Red. HEX triplet: A7, 33 and 3F. RGB value is (167,51,63). Sum of RGB (Red+Green+Blue) = 167+51+63=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A7333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7333F is #58CCC0. Grayscale: #575757. Windows color (decimal): -5819585 or 4141991. OLE color: 4141991.
HSL color Cylindrical-coordinate representation of color #A7333F: hue angle of 353.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7333F is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 51 | 63 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.35 |
| HSL | 353.79º | 0.53% | 0.43% | - |
| HSV(B) | 353.79º | 0.69% | 0.65% | - |
| XYZ | 18.02 | 10.94 | 5.87 | - |
| YUV | 87.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 63 | 0 | 0.69 | 0.62 | 0.35 | 353.79 | 0.53 | 0.43 |
| Hex | A7 | 33 | 3F | 0 | 45 | 3E | 23 | 162 | 35 | 2B |
| Octal | 247 | 63 | 77 | 0 | 105 | 76 | 43 | 542 | 65 | 53 |
| Binary | 10100111 | 110011 | 111111 | 0 | 1000101 | 111110 | 100011 | 101100010 | 110101 | 101011 |
Color Harmonies of #A7333F
Complementary color
Monochromatic Colors of #A7333F
Black with #A7333F
Text Example
Text Example
White with #A7333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7333F; }
p { color: rgb(167,51,63); }
H1.HeaderClassName
{
color: #A7333F;
}
.AnyTagClassName
{
color: #A7333F;
}
</style>
background-color css
<style>
a { background-color: #A7333F; }
a { background-color: rgb(167,51,63); }
div.DivClassName
{
background-color: #A7333F;
}
.BgClassName
{
background-color: #A7333F;
}
</style>
border-color css
<style>
span { border-color: #A7333F; }
span { border-color: rgb(167,51,63); }
td.TdClassName
{
border-color: #A7333F;
}
.TagClassName
{
border-color: #A7333F;
}
</style>