Shades of Guardsman Red #A5303C
Tints of Guardsman Red #A5303C
RGB
CMYK
RGB Variations
Color information
#A5303C (or 0xA5303C) is known color: Guardsman Red. HEX triplet: A5, 30 and 3C. RGB value is (165,48,60). Sum of RGB (Red+Green+Blue) = 165+48+60=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5303C is #5ACFC3. Grayscale: #545454. Windows color (decimal): -5951428 or 3944613. OLE color: 3944613.
HSL color Cylindrical-coordinate representation of color #A5303C: hue angle of 353.85º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5303C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 60 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.35 |
| HSL | 353.85º | 0.55% | 0.42% | - |
| HSV(B) | 353.85º | 0.71% | 0.65% | - |
| XYZ | 17.39 | 10.44 | 5.37 | - |
| YUV | 84.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 60 | 0 | 0.71 | 0.64 | 0.35 | 353.85 | 0.55 | 0.42 |
| Hex | A5 | 30 | 3C | 0 | 47 | 40 | 23 | 162 | 37 | 2A |
| Octal | 245 | 60 | 74 | 0 | 107 | 100 | 43 | 542 | 67 | 52 |
| Binary | 10100101 | 110000 | 111100 | 0 | 1000111 | 1000000 | 100011 | 101100010 | 110111 | 101010 |
Color Harmonies of #A5303C
Complementary color
Monochromatic Colors of #A5303C
Black with #A5303C
Text Example
Text Example
White with #A5303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5303C; }
p { color: rgb(165,48,60); }
H1.HeaderClassName
{
color: #A5303C;
}
.AnyTagClassName
{
color: #A5303C;
}
</style>
background-color css
<style>
a { background-color: #A5303C; }
a { background-color: rgb(165,48,60); }
div.DivClassName
{
background-color: #A5303C;
}
.BgClassName
{
background-color: #A5303C;
}
</style>
border-color css
<style>
span { border-color: #A5303C; }
span { border-color: rgb(165,48,60); }
td.TdClassName
{
border-color: #A5303C;
}
.TagClassName
{
border-color: #A5303C;
}
</style>