Shades of Guardsman Red #A8333C
Tints of Guardsman Red #A8333C
RGB
CMYK
RGB Variations
Color information
#A8333C (or 0xA8333C) is known color: Guardsman Red. HEX triplet: A8, 33 and 3C. RGB value is (168,51,60). Sum of RGB (Red+Green+Blue) = 168+51+60=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8333C is #57CCC3. Grayscale: #575757. Windows color (decimal): -5754052 or 3945384. OLE color: 3945384.
HSL color Cylindrical-coordinate representation of color #A8333C: hue angle of 355.38º 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 #A8333C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 60 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.34 |
| HSL | 355.38º | 0.53% | 0.43% | - |
| HSV(B) | 355.38º | 0.7% | 0.66% | - |
| XYZ | 18.15 | 11.02 | 5.45 | - |
| YUV | 87.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 60 | 0 | 0.70 | 0.64 | 0.34 | 355.38 | 0.53 | 0.43 |
| Hex | A8 | 33 | 3C | 0 | 46 | 40 | 22 | 163 | 35 | 2B |
| Octal | 250 | 63 | 74 | 0 | 106 | 100 | 42 | 543 | 65 | 53 |
| Binary | 10101000 | 110011 | 111100 | 0 | 1000110 | 1000000 | 100010 | 101100011 | 110101 | 101011 |
Color Harmonies of #A8333C
Complementary color
Monochromatic Colors of #A8333C
Black with #A8333C
Text Example
Text Example
White with #A8333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8333C; }
p { color: rgb(168,51,60); }
H1.HeaderClassName
{
color: #A8333C;
}
.AnyTagClassName
{
color: #A8333C;
}
</style>
background-color css
<style>
a { background-color: #A8333C; }
a { background-color: rgb(168,51,60); }
div.DivClassName
{
background-color: #A8333C;
}
.BgClassName
{
background-color: #A8333C;
}
</style>
border-color css
<style>
span { border-color: #A8333C; }
span { border-color: rgb(168,51,60); }
td.TdClassName
{
border-color: #A8333C;
}
.TagClassName
{
border-color: #A8333C;
}
</style>