Shades of Guardsman Red #A8253B
Tints of Guardsman Red #A8253B
RGB
CMYK
RGB Variations
Color information
#A8253B (or 0xA8253B) is known color: Guardsman Red. HEX triplet: A8, 25 and 3B. RGB value is (168,37,59). Sum of RGB (Red+Green+Blue) = 168+37+59=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8253B is #57DAC4. Grayscale: #4E4E4E. Windows color (decimal): -5757637 or 3876264. OLE color: 3876264.
HSL color Cylindrical-coordinate representation of color #A8253B: hue angle of 349.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8253B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 59 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.34 |
| HSL | 349.92º | 0.64% | 0.4% | - |
| HSV(B) | 349.92º | 0.78% | 0.66% | - |
| XYZ | 17.6 | 9.96 | 5.13 | - |
| YUV | 78.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 59 | 0 | 0.78 | 0.65 | 0.34 | 349.92 | 0.64 | 0.4 |
| Hex | A8 | 25 | 3B | 0 | 4E | 41 | 22 | 15E | 40 | 28 |
| Octal | 250 | 45 | 73 | 0 | 116 | 101 | 42 | 536 | 100 | 50 |
| Binary | 10101000 | 100101 | 111011 | 0 | 1001110 | 1000001 | 100010 | 101011110 | 1000000 | 101000 |
Color Harmonies of #A8253B
Complementary color
Monochromatic Colors of #A8253B
Black with #A8253B
Text Example
Text Example
White with #A8253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8253B; }
p { color: rgb(168,37,59); }
H1.HeaderClassName
{
color: #A8253B;
}
.AnyTagClassName
{
color: #A8253B;
}
</style>
background-color css
<style>
a { background-color: #A8253B; }
a { background-color: rgb(168,37,59); }
div.DivClassName
{
background-color: #A8253B;
}
.BgClassName
{
background-color: #A8253B;
}
</style>
border-color css
<style>
span { border-color: #A8253B; }
span { border-color: rgb(168,37,59); }
td.TdClassName
{
border-color: #A8253B;
}
.TagClassName
{
border-color: #A8253B;
}
</style>