Shades of Guardsman Red #A3303A
Tints of Guardsman Red #A3303A
RGB
CMYK
RGB Variations
Color information
#A3303A (or 0xA3303A) is known color: Guardsman Red. HEX triplet: A3, 30 and 3A. RGB value is (163,48,58). Sum of RGB (Red+Green+Blue) = 163+48+58=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A3303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3303A is #5CCFC5. Grayscale: #535353. Windows color (decimal): -6082502 or 3813539. OLE color: 3813539.
HSL color Cylindrical-coordinate representation of color #A3303A: hue angle of 354.78º 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 #A3303A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 58 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.36 |
| HSL | 354.78º | 0.55% | 0.41% | - |
| HSV(B) | 354.78º | 0.71% | 0.64% | - |
| XYZ | 16.92 | 10.21 | 5.08 | - |
| YUV | 83.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 58 | 0 | 0.71 | 0.64 | 0.36 | 354.78 | 0.55 | 0.41 |
| Hex | A3 | 30 | 3A | 0 | 47 | 40 | 24 | 163 | 37 | 29 |
| Octal | 243 | 60 | 72 | 0 | 107 | 100 | 44 | 543 | 67 | 51 |
| Binary | 10100011 | 110000 | 111010 | 0 | 1000111 | 1000000 | 100100 | 101100011 | 110111 | 101001 |
Color Harmonies of #A3303A
Complementary color
Monochromatic Colors of #A3303A
Black with #A3303A
Text Example
Text Example
White with #A3303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3303A; }
p { color: rgb(163,48,58); }
H1.HeaderClassName
{
color: #A3303A;
}
.AnyTagClassName
{
color: #A3303A;
}
</style>
background-color css
<style>
a { background-color: #A3303A; }
a { background-color: rgb(163,48,58); }
div.DivClassName
{
background-color: #A3303A;
}
.BgClassName
{
background-color: #A3303A;
}
</style>
border-color css
<style>
span { border-color: #A3303A; }
span { border-color: rgb(163,48,58); }
td.TdClassName
{
border-color: #A3303A;
}
.TagClassName
{
border-color: #A3303A;
}
</style>