Shades of Guardsman Red #A2303C
Tints of Guardsman Red #A2303C
RGB
CMYK
RGB Variations
Color information
#A2303C (or 0xA2303C) is known color: Guardsman Red. HEX triplet: A2, 30 and 3C. RGB value is (162,48,60). Sum of RGB (Red+Green+Blue) = 162+48+60=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A2303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2303C is #5DCFC3. Grayscale: #535353. Windows color (decimal): -6148036 or 3944610. OLE color: 3944610.
HSL color Cylindrical-coordinate representation of color #A2303C: hue angle of 353.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2303C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 60 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.36 |
| HSL | 353.68º | 0.54% | 0.41% | - |
| HSV(B) | 353.68º | 0.7% | 0.64% | - |
| XYZ | 16.77 | 10.12 | 5.34 | - |
| YUV | 83.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 60 | 0 | 0.70 | 0.63 | 0.36 | 353.68 | 0.54 | 0.41 |
| Hex | A2 | 30 | 3C | 0 | 46 | 3F | 24 | 162 | 36 | 29 |
| Octal | 242 | 60 | 74 | 0 | 106 | 77 | 44 | 542 | 66 | 51 |
| Binary | 10100010 | 110000 | 111100 | 0 | 1000110 | 111111 | 100100 | 101100010 | 110110 | 101001 |
Color Harmonies of #A2303C
Complementary color
Monochromatic Colors of #A2303C
Black with #A2303C
Text Example
Text Example
White with #A2303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2303C; }
p { color: rgb(162,48,60); }
H1.HeaderClassName
{
color: #A2303C;
}
.AnyTagClassName
{
color: #A2303C;
}
</style>
background-color css
<style>
a { background-color: #A2303C; }
a { background-color: rgb(162,48,60); }
div.DivClassName
{
background-color: #A2303C;
}
.BgClassName
{
background-color: #A2303C;
}
</style>
border-color css
<style>
span { border-color: #A2303C; }
span { border-color: rgb(162,48,60); }
td.TdClassName
{
border-color: #A2303C;
}
.TagClassName
{
border-color: #A2303C;
}
</style>