Shades of Guardsman Red #A33038
Tints of Guardsman Red #A33038
RGB
CMYK
RGB Variations
Color information
#A33038 (or 0xA33038) is known color: Guardsman Red. HEX triplet: A3, 30 and 38. RGB value is (163,48,56). Sum of RGB (Red+Green+Blue) = 163+48+56=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A33038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33038 is #5CCFC7. Grayscale: #535353. Windows color (decimal): -6082504 or 3682467. OLE color: 3682467.
HSL color Cylindrical-coordinate representation of color #A33038: hue angle of 355.83º 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 #A33038 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 56 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.36 |
| HSL | 355.83º | 0.55% | 0.41% | - |
| HSV(B) | 355.83º | 0.71% | 0.64% | - |
| XYZ | 16.88 | 10.19 | 4.82 | - |
| YUV | 83.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 56 | 0 | 0.71 | 0.66 | 0.36 | 355.83 | 0.55 | 0.41 |
| Hex | A3 | 30 | 38 | 0 | 47 | 42 | 24 | 164 | 37 | 29 |
| Octal | 243 | 60 | 70 | 0 | 107 | 102 | 44 | 544 | 67 | 51 |
| Binary | 10100011 | 110000 | 111000 | 0 | 1000111 | 1000010 | 100100 | 101100100 | 110111 | 101001 |
Color Harmonies of #A33038
Complementary color
Monochromatic Colors of #A33038
Black with #A33038
Text Example
Text Example
White with #A33038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33038; }
p { color: rgb(163,48,56); }
H1.HeaderClassName
{
color: #A33038;
}
.AnyTagClassName
{
color: #A33038;
}
</style>
background-color css
<style>
a { background-color: #A33038; }
a { background-color: rgb(163,48,56); }
div.DivClassName
{
background-color: #A33038;
}
.BgClassName
{
background-color: #A33038;
}
</style>
border-color css
<style>
span { border-color: #A33038; }
span { border-color: rgb(163,48,56); }
td.TdClassName
{
border-color: #A33038;
}
.TagClassName
{
border-color: #A33038;
}
</style>