Shades of Guardsman Red #A53038
Tints of Guardsman Red #A53038
RGB
CMYK
RGB Variations
Color information
#A53038 (or 0xA53038) is known color: Guardsman Red. HEX triplet: A5, 30 and 38. RGB value is (165,48,56). Sum of RGB (Red+Green+Blue) = 165+48+56=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A53038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53038 is #5ACFC7. Grayscale: #535353. Windows color (decimal): -5951432 or 3682469. OLE color: 3682469.
HSL color Cylindrical-coordinate representation of color #A53038: hue angle of 355.9º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53038 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 56 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.35 |
| HSL | 355.9º | 0.55% | 0.42% | - |
| HSV(B) | 355.9º | 0.71% | 0.65% | - |
| XYZ | 17.29 | 10.4 | 4.84 | - |
| YUV | 83.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 56 | 0 | 0.71 | 0.66 | 0.35 | 355.9 | 0.55 | 0.42 |
| Hex | A5 | 30 | 38 | 0 | 47 | 42 | 23 | 164 | 37 | 2A |
| Octal | 245 | 60 | 70 | 0 | 107 | 102 | 43 | 544 | 67 | 52 |
| Binary | 10100101 | 110000 | 111000 | 0 | 1000111 | 1000010 | 100011 | 101100100 | 110111 | 101010 |
Color Harmonies of #A53038
Complementary color
Monochromatic Colors of #A53038
Black with #A53038
Text Example
Text Example
White with #A53038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53038; }
p { color: rgb(165,48,56); }
H1.HeaderClassName
{
color: #A53038;
}
.AnyTagClassName
{
color: #A53038;
}
</style>
background-color css
<style>
a { background-color: #A53038; }
a { background-color: rgb(165,48,56); }
div.DivClassName
{
background-color: #A53038;
}
.BgClassName
{
background-color: #A53038;
}
</style>
border-color css
<style>
span { border-color: #A53038; }
span { border-color: rgb(165,48,56); }
td.TdClassName
{
border-color: #A53038;
}
.TagClassName
{
border-color: #A53038;
}
</style>