Shades of Guardsman Red #A02D3C
Tints of Guardsman Red #A02D3C
RGB
CMYK
RGB Variations
Color information
#A02D3C (or 0xA02D3C) is known color: Guardsman Red. HEX triplet: A0, 2D and 3C. RGB value is (160,45,60). Sum of RGB (Red+Green+Blue) = 160+45+60=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D3C is #5FD2C3. Grayscale: #515151. Windows color (decimal): -6279876 or 3943840. OLE color: 3943840.
HSL color Cylindrical-coordinate representation of color #A02D3C: hue angle of 352.17º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02D3C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 60 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.37 |
| HSL | 352.17º | 0.56% | 0.4% | - |
| HSV(B) | 352.17º | 0.72% | 0.63% | - |
| XYZ | 16.25 | 9.68 | 5.29 | - |
| YUV | 81.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 60 | 0 | 0.72 | 0.62 | 0.37 | 352.17 | 0.56 | 0.4 |
| Hex | A0 | 2D | 3C | 0 | 48 | 3E | 25 | 160 | 38 | 28 |
| Octal | 240 | 55 | 74 | 0 | 110 | 76 | 45 | 540 | 70 | 50 |
| Binary | 10100000 | 101101 | 111100 | 0 | 1001000 | 111110 | 100101 | 101100000 | 111000 | 101000 |
Color Harmonies of #A02D3C
Complementary color
Monochromatic Colors of #A02D3C
Black with #A02D3C
Text Example
Text Example
White with #A02D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D3C; }
p { color: rgb(160,45,60); }
H1.HeaderClassName
{
color: #A02D3C;
}
.AnyTagClassName
{
color: #A02D3C;
}
</style>
background-color css
<style>
a { background-color: #A02D3C; }
a { background-color: rgb(160,45,60); }
div.DivClassName
{
background-color: #A02D3C;
}
.BgClassName
{
background-color: #A02D3C;
}
</style>
border-color css
<style>
span { border-color: #A02D3C; }
span { border-color: rgb(160,45,60); }
td.TdClassName
{
border-color: #A02D3C;
}
.TagClassName
{
border-color: #A02D3C;
}
</style>