Shades of Guardsman Red #A8303B
Tints of Guardsman Red #A8303B
RGB
CMYK
RGB Variations
Color information
#A8303B (or 0xA8303B) is known color: Guardsman Red. HEX triplet: A8, 30 and 3B. RGB value is (168,48,59). Sum of RGB (Red+Green+Blue) = 168+48+59=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A8303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8303B is #57CFC4. Grayscale: #555555. Windows color (decimal): -5754821 or 3879080. OLE color: 3879080.
HSL color Cylindrical-coordinate representation of color #A8303B: hue angle of 354.5º 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 #A8303B is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 59 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.34 |
| HSL | 354.5º | 0.56% | 0.42% | - |
| HSV(B) | 354.5º | 0.71% | 0.66% | - |
| XYZ | 17.99 | 10.75 | 5.27 | - |
| YUV | 85.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 59 | 0 | 0.71 | 0.65 | 0.34 | 354.5 | 0.56 | 0.42 |
| Hex | A8 | 30 | 3B | 0 | 47 | 41 | 22 | 162 | 38 | 2A |
| Octal | 250 | 60 | 73 | 0 | 107 | 101 | 42 | 542 | 70 | 52 |
| Binary | 10101000 | 110000 | 111011 | 0 | 1000111 | 1000001 | 100010 | 101100010 | 111000 | 101010 |
Color Harmonies of #A8303B
Complementary color
Monochromatic Colors of #A8303B
Black with #A8303B
Text Example
Text Example
White with #A8303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8303B; }
p { color: rgb(168,48,59); }
H1.HeaderClassName
{
color: #A8303B;
}
.AnyTagClassName
{
color: #A8303B;
}
</style>
background-color css
<style>
a { background-color: #A8303B; }
a { background-color: rgb(168,48,59); }
div.DivClassName
{
background-color: #A8303B;
}
.BgClassName
{
background-color: #A8303B;
}
</style>
border-color css
<style>
span { border-color: #A8303B; }
span { border-color: rgb(168,48,59); }
td.TdClassName
{
border-color: #A8303B;
}
.TagClassName
{
border-color: #A8303B;
}
</style>