Shades of Guardsman Red #A8333D
Tints of Guardsman Red #A8333D
RGB
CMYK
RGB Variations
Color information
#A8333D (or 0xA8333D) is known color: Guardsman Red. HEX triplet: A8, 33 and 3D. RGB value is (168,51,61). Sum of RGB (Red+Green+Blue) = 168+51+61=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8333D is #57CCC2. Grayscale: #575757. Windows color (decimal): -5754051 or 4010920. OLE color: 4010920.
HSL color Cylindrical-coordinate representation of color #A8333D: hue angle of 354.87º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8333D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 61 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.34 |
| HSL | 354.87º | 0.53% | 0.43% | - |
| HSV(B) | 354.87º | 0.7% | 0.66% | - |
| XYZ | 18.17 | 11.03 | 5.59 | - |
| YUV | 87.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 61 | 0 | 0.70 | 0.64 | 0.34 | 354.87 | 0.53 | 0.43 |
| Hex | A8 | 33 | 3D | 0 | 46 | 40 | 22 | 163 | 35 | 2B |
| Octal | 250 | 63 | 75 | 0 | 106 | 100 | 42 | 543 | 65 | 53 |
| Binary | 10101000 | 110011 | 111101 | 0 | 1000110 | 1000000 | 100010 | 101100011 | 110101 | 101011 |
Color Harmonies of #A8333D
Complementary color
Monochromatic Colors of #A8333D
Black with #A8333D
Text Example
Text Example
White with #A8333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8333D; }
p { color: rgb(168,51,61); }
H1.HeaderClassName
{
color: #A8333D;
}
.AnyTagClassName
{
color: #A8333D;
}
</style>
background-color css
<style>
a { background-color: #A8333D; }
a { background-color: rgb(168,51,61); }
div.DivClassName
{
background-color: #A8333D;
}
.BgClassName
{
background-color: #A8333D;
}
</style>
border-color css
<style>
span { border-color: #A8333D; }
span { border-color: rgb(168,51,61); }
td.TdClassName
{
border-color: #A8333D;
}
.TagClassName
{
border-color: #A8333D;
}
</style>