Shades of Guardsman Red #A3383D
Tints of Guardsman Red #A3383D
RGB
CMYK
RGB Variations
Color information
#A3383D (or 0xA3383D) is known color: Guardsman Red. HEX triplet: A3, 38 and 3D. RGB value is (163,56,61). Sum of RGB (Red+Green+Blue) = 163+56+61=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A3383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3383D is #5CC7C2. Grayscale: #585858. Windows color (decimal): -6080451 or 4012195. OLE color: 4012195.
HSL color Cylindrical-coordinate representation of color #A3383D: hue angle of 357.2º 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 #A3383D is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 61 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.36 |
| HSL | 357.2º | 0.49% | 0.43% | - |
| HSV(B) | 357.2º | 0.66% | 0.64% | - |
| XYZ | 17.36 | 10.95 | 5.61 | - |
| YUV | 88.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 61 | 0 | 0.66 | 0.63 | 0.36 | 357.2 | 0.49 | 0.43 |
| Hex | A3 | 38 | 3D | 0 | 42 | 3F | 24 | 165 | 31 | 2B |
| Octal | 243 | 70 | 75 | 0 | 102 | 77 | 44 | 545 | 61 | 53 |
| Binary | 10100011 | 111000 | 111101 | 0 | 1000010 | 111111 | 100100 | 101100101 | 110001 | 101011 |
Color Harmonies of #A3383D
Complementary color
Monochromatic Colors of #A3383D
Black with #A3383D
Text Example
Text Example
White with #A3383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3383D; }
p { color: rgb(163,56,61); }
H1.HeaderClassName
{
color: #A3383D;
}
.AnyTagClassName
{
color: #A3383D;
}
</style>
background-color css
<style>
a { background-color: #A3383D; }
a { background-color: rgb(163,56,61); }
div.DivClassName
{
background-color: #A3383D;
}
.BgClassName
{
background-color: #A3383D;
}
</style>
border-color css
<style>
span { border-color: #A3383D; }
span { border-color: rgb(163,56,61); }
td.TdClassName
{
border-color: #A3383D;
}
.TagClassName
{
border-color: #A3383D;
}
</style>