Shades of Guardsman Red #A93038
Tints of Guardsman Red #A93038
RGB
CMYK
RGB Variations
Color information
#A93038 (or 0xA93038) is known color: Guardsman Red. HEX triplet: A9, 30 and 38. RGB value is (169,48,56). Sum of RGB (Red+Green+Blue) = 169+48+56=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A93038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93038 is #56CFC7. Grayscale: #555555. Windows color (decimal): -5689288 or 3682473. OLE color: 3682473.
HSL color Cylindrical-coordinate representation of color #A93038: hue angle of 356.03º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93038 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 56 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.34 |
| HSL | 356.03º | 0.56% | 0.43% | - |
| HSV(B) | 356.03º | 0.72% | 0.66% | - |
| XYZ | 18.13 | 10.83 | 4.88 | - |
| YUV | 85.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 56 | 0 | 0.72 | 0.67 | 0.34 | 356.03 | 0.56 | 0.43 |
| Hex | A9 | 30 | 38 | 0 | 48 | 43 | 22 | 164 | 38 | 2B |
| Octal | 251 | 60 | 70 | 0 | 110 | 103 | 42 | 544 | 70 | 53 |
| Binary | 10101001 | 110000 | 111000 | 0 | 1001000 | 1000011 | 100010 | 101100100 | 111000 | 101011 |
Color Harmonies of #A93038
Complementary color
Monochromatic Colors of #A93038
Black with #A93038
Text Example
Text Example
White with #A93038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93038; }
p { color: rgb(169,48,56); }
H1.HeaderClassName
{
color: #A93038;
}
.AnyTagClassName
{
color: #A93038;
}
</style>
background-color css
<style>
a { background-color: #A93038; }
a { background-color: rgb(169,48,56); }
div.DivClassName
{
background-color: #A93038;
}
.BgClassName
{
background-color: #A93038;
}
</style>
border-color css
<style>
span { border-color: #A93038; }
span { border-color: rgb(169,48,56); }
td.TdClassName
{
border-color: #A93038;
}
.TagClassName
{
border-color: #A93038;
}
</style>