Shades of Guardsman Red #A33040
Tints of Guardsman Red #A33040
RGB
CMYK
RGB Variations
Color information
#A33040 (or 0xA33040) is known color: Guardsman Red. HEX triplet: A3, 30 and 40. RGB value is (163,48,64). Sum of RGB (Red+Green+Blue) = 163+48+64=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A33040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33040 is #5CCFBF. Grayscale: #545454. Windows color (decimal): -6082496 or 4206755. OLE color: 4206755.
HSL color Cylindrical-coordinate representation of color #A33040: hue angle of 351.65º 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 #A33040 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 64 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.36 |
| HSL | 351.65º | 0.55% | 0.41% | - |
| HSV(B) | 351.65º | 0.71% | 0.64% | - |
| XYZ | 17.09 | 10.27 | 5.93 | - |
| YUV | 84.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 64 | 0 | 0.71 | 0.61 | 0.36 | 351.65 | 0.55 | 0.41 |
| Hex | A3 | 30 | 40 | 0 | 47 | 3D | 24 | 160 | 37 | 29 |
| Octal | 243 | 60 | 100 | 0 | 107 | 75 | 44 | 540 | 67 | 51 |
| Binary | 10100011 | 110000 | 1000000 | 0 | 1000111 | 111101 | 100100 | 101100000 | 110111 | 101001 |
Color Harmonies of #A33040
Complementary color
Monochromatic Colors of #A33040
Black with #A33040
Text Example
Text Example
White with #A33040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33040; }
p { color: rgb(163,48,64); }
H1.HeaderClassName
{
color: #A33040;
}
.AnyTagClassName
{
color: #A33040;
}
</style>
background-color css
<style>
a { background-color: #A33040; }
a { background-color: rgb(163,48,64); }
div.DivClassName
{
background-color: #A33040;
}
.BgClassName
{
background-color: #A33040;
}
</style>
border-color css
<style>
span { border-color: #A33040; }
span { border-color: rgb(163,48,64); }
td.TdClassName
{
border-color: #A33040;
}
.TagClassName
{
border-color: #A33040;
}
</style>