Shades of Guardsman Red #A0383B
Tints of Guardsman Red #A0383B
RGB
CMYK
RGB Variations
Color information
#A0383B (or 0xA0383B) is known color: Guardsman Red. HEX triplet: A0, 38 and 3B. RGB value is (160,56,59). Sum of RGB (Red+Green+Blue) = 160+56+59=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0383B is #5FC7C4. Grayscale: #575757. Windows color (decimal): -6277061 or 3881120. OLE color: 3881120.
HSL color Cylindrical-coordinate representation of color #A0383B: hue angle of 358.27º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0383B is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 59 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.37 |
| HSL | 358.27º | 0.48% | 0.42% | - |
| HSV(B) | 358.27º | 0.65% | 0.63% | - |
| XYZ | 16.7 | 10.62 | 5.31 | - |
| YUV | 87.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 59 | 0 | 0.65 | 0.63 | 0.37 | 358.27 | 0.48 | 0.42 |
| Hex | A0 | 38 | 3B | 0 | 41 | 3F | 25 | 166 | 30 | 2A |
| Octal | 240 | 70 | 73 | 0 | 101 | 77 | 45 | 546 | 60 | 52 |
| Binary | 10100000 | 111000 | 111011 | 0 | 1000001 | 111111 | 100101 | 101100110 | 110000 | 101010 |
Color Harmonies of #A0383B
Complementary color
Monochromatic Colors of #A0383B
Black with #A0383B
Text Example
Text Example
White with #A0383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0383B; }
p { color: rgb(160,56,59); }
H1.HeaderClassName
{
color: #A0383B;
}
.AnyTagClassName
{
color: #A0383B;
}
</style>
background-color css
<style>
a { background-color: #A0383B; }
a { background-color: rgb(160,56,59); }
div.DivClassName
{
background-color: #A0383B;
}
.BgClassName
{
background-color: #A0383B;
}
</style>
border-color css
<style>
span { border-color: #A0383B; }
span { border-color: rgb(160,56,59); }
td.TdClassName
{
border-color: #A0383B;
}
.TagClassName
{
border-color: #A0383B;
}
</style>