Shades of Guardsman Red #A03438
Tints of Guardsman Red #A03438
RGB
CMYK
RGB Variations
Color information
#A03438 (or 0xA03438) is known color: Guardsman Red. HEX triplet: A0, 34 and 38. RGB value is (160,52,56). Sum of RGB (Red+Green+Blue) = 160+52+56=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A03438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03438 is #5FCBC7. Grayscale: #545454. Windows color (decimal): -6278088 or 3683488. OLE color: 3683488.
HSL color Cylindrical-coordinate representation of color #A03438: hue angle of 357.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03438 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 56 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.37 |
| HSL | 357.78º | 0.51% | 0.42% | - |
| HSV(B) | 357.78º | 0.68% | 0.63% | - |
| XYZ | 16.44 | 10.22 | 4.85 | - |
| YUV | 84.75 | 111.78 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 56 | 0 | 0.68 | 0.65 | 0.37 | 357.78 | 0.51 | 0.42 |
| Hex | A0 | 34 | 38 | 0 | 44 | 41 | 25 | 166 | 33 | 2A |
| Octal | 240 | 64 | 70 | 0 | 104 | 101 | 45 | 546 | 63 | 52 |
| Binary | 10100000 | 110100 | 111000 | 0 | 1000100 | 1000001 | 100101 | 101100110 | 110011 | 101010 |
Color Harmonies of #A03438
Complementary color
Monochromatic Colors of #A03438
Black with #A03438
Text Example
Text Example
White with #A03438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03438; }
p { color: rgb(160,52,56); }
H1.HeaderClassName
{
color: #A03438;
}
.AnyTagClassName
{
color: #A03438;
}
</style>
background-color css
<style>
a { background-color: #A03438; }
a { background-color: rgb(160,52,56); }
div.DivClassName
{
background-color: #A03438;
}
.BgClassName
{
background-color: #A03438;
}
</style>
border-color css
<style>
span { border-color: #A03438; }
span { border-color: rgb(160,52,56); }
td.TdClassName
{
border-color: #A03438;
}
.TagClassName
{
border-color: #A03438;
}
</style>