Shades of Guardsman Red #A3383E
Tints of Guardsman Red #A3383E
RGB
CMYK
RGB Variations
Color information
#A3383E (or 0xA3383E) is known color: Guardsman Red. HEX triplet: A3, 38 and 3E. RGB value is (163,56,62). Sum of RGB (Red+Green+Blue) = 163+56+62=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A3383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3383E is #5CC7C1. Grayscale: #585858. Windows color (decimal): -6080450 or 4077731. OLE color: 4077731.
HSL color Cylindrical-coordinate representation of color #A3383E: hue angle of 356.64º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3383E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 62 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.36 |
| HSL | 356.64º | 0.49% | 0.43% | - |
| HSV(B) | 356.64º | 0.66% | 0.64% | - |
| XYZ | 17.39 | 10.96 | 5.76 | - |
| YUV | 88.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 62 | 0 | 0.66 | 0.62 | 0.36 | 356.64 | 0.49 | 0.43 |
| Hex | A3 | 38 | 3E | 0 | 42 | 3E | 24 | 165 | 31 | 2B |
| Octal | 243 | 70 | 76 | 0 | 102 | 76 | 44 | 545 | 61 | 53 |
| Binary | 10100011 | 111000 | 111110 | 0 | 1000010 | 111110 | 100100 | 101100101 | 110001 | 101011 |
Color Harmonies of #A3383E
Complementary color
Monochromatic Colors of #A3383E
Black with #A3383E
Text Example
Text Example
White with #A3383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3383E; }
p { color: rgb(163,56,62); }
H1.HeaderClassName
{
color: #A3383E;
}
.AnyTagClassName
{
color: #A3383E;
}
</style>
background-color css
<style>
a { background-color: #A3383E; }
a { background-color: rgb(163,56,62); }
div.DivClassName
{
background-color: #A3383E;
}
.BgClassName
{
background-color: #A3383E;
}
</style>
border-color css
<style>
span { border-color: #A3383E; }
span { border-color: rgb(163,56,62); }
td.TdClassName
{
border-color: #A3383E;
}
.TagClassName
{
border-color: #A3383E;
}
</style>