Shades of Guardsman Red #A8303C
Tints of Guardsman Red #A8303C
RGB
CMYK
RGB Variations
Color information
#A8303C (or 0xA8303C) is known color: Guardsman Red. HEX triplet: A8, 30 and 3C. RGB value is (168,48,60). Sum of RGB (Red+Green+Blue) = 168+48+60=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8303C is #57CFC3. Grayscale: #555555. Windows color (decimal): -5754820 or 3944616. OLE color: 3944616.
HSL color Cylindrical-coordinate representation of color #A8303C: hue angle of 354º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8303C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 60 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.34 |
| HSL | 354º | 0.56% | 0.42% | - |
| HSV(B) | 354º | 0.71% | 0.66% | - |
| XYZ | 18.02 | 10.76 | 5.4 | - |
| YUV | 85.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 60 | 0 | 0.71 | 0.64 | 0.34 | 354 | 0.56 | 0.42 |
| Hex | A8 | 30 | 3C | 0 | 47 | 40 | 22 | 162 | 38 | 2A |
| Octal | 250 | 60 | 74 | 0 | 107 | 100 | 42 | 542 | 70 | 52 |
| Binary | 10101000 | 110000 | 111100 | 0 | 1000111 | 1000000 | 100010 | 101100010 | 111000 | 101010 |
Color Harmonies of #A8303C
Complementary color
Monochromatic Colors of #A8303C
Black with #A8303C
Text Example
Text Example
White with #A8303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8303C; }
p { color: rgb(168,48,60); }
H1.HeaderClassName
{
color: #A8303C;
}
.AnyTagClassName
{
color: #A8303C;
}
</style>
background-color css
<style>
a { background-color: #A8303C; }
a { background-color: rgb(168,48,60); }
div.DivClassName
{
background-color: #A8303C;
}
.BgClassName
{
background-color: #A8303C;
}
</style>
border-color css
<style>
span { border-color: #A8303C; }
span { border-color: rgb(168,48,60); }
td.TdClassName
{
border-color: #A8303C;
}
.TagClassName
{
border-color: #A8303C;
}
</style>