Shades of Guardsman Red #A3303C
Tints of Guardsman Red #A3303C
RGB
CMYK
RGB Variations
Color information
#A3303C (or 0xA3303C) is known color: Guardsman Red. HEX triplet: A3, 30 and 3C. RGB value is (163,48,60). Sum of RGB (Red+Green+Blue) = 163+48+60=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3303C is #5CCFC3. Grayscale: #535353. Windows color (decimal): -6082500 or 3944611. OLE color: 3944611.
HSL color Cylindrical-coordinate representation of color #A3303C: hue angle of 353.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3303C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 60 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.36 |
| HSL | 353.74º | 0.55% | 0.41% | - |
| HSV(B) | 353.74º | 0.71% | 0.64% | - |
| XYZ | 16.98 | 10.23 | 5.35 | - |
| YUV | 83.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 60 | 0 | 0.71 | 0.63 | 0.36 | 353.74 | 0.55 | 0.41 |
| Hex | A3 | 30 | 3C | 0 | 47 | 3F | 24 | 162 | 37 | 29 |
| Octal | 243 | 60 | 74 | 0 | 107 | 77 | 44 | 542 | 67 | 51 |
| Binary | 10100011 | 110000 | 111100 | 0 | 1000111 | 111111 | 100100 | 101100010 | 110111 | 101001 |
Color Harmonies of #A3303C
Complementary color
Monochromatic Colors of #A3303C
Black with #A3303C
Text Example
Text Example
White with #A3303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3303C; }
p { color: rgb(163,48,60); }
H1.HeaderClassName
{
color: #A3303C;
}
.AnyTagClassName
{
color: #A3303C;
}
</style>
background-color css
<style>
a { background-color: #A3303C; }
a { background-color: rgb(163,48,60); }
div.DivClassName
{
background-color: #A3303C;
}
.BgClassName
{
background-color: #A3303C;
}
</style>
border-color css
<style>
span { border-color: #A3303C; }
span { border-color: rgb(163,48,60); }
td.TdClassName
{
border-color: #A3303C;
}
.TagClassName
{
border-color: #A3303C;
}
</style>