Shades of Guardsman Red #A6383B
Tints of Guardsman Red #A6383B
RGB
CMYK
RGB Variations
Color information
#A6383B (or 0xA6383B) is known color: Guardsman Red. HEX triplet: A6, 38 and 3B. RGB value is (166,56,59). Sum of RGB (Red+Green+Blue) = 166+56+59=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6383B is #59C7C4. Grayscale: #595959. Windows color (decimal): -5883845 or 3881126. OLE color: 3881126.
HSL color Cylindrical-coordinate representation of color #A6383B: hue angle of 358.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6383B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 59 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.35 |
| HSL | 358.36º | 0.5% | 0.44% | - |
| HSV(B) | 358.36º | 0.66% | 0.65% | - |
| XYZ | 17.93 | 11.25 | 5.36 | - |
| YUV | 89.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 59 | 0 | 0.66 | 0.64 | 0.35 | 358.36 | 0.5 | 0.44 |
| Hex | A6 | 38 | 3B | 0 | 42 | 40 | 23 | 166 | 32 | 2C |
| Octal | 246 | 70 | 73 | 0 | 102 | 100 | 43 | 546 | 62 | 54 |
| Binary | 10100110 | 111000 | 111011 | 0 | 1000010 | 1000000 | 100011 | 101100110 | 110010 | 101100 |
Color Harmonies of #A6383B
Complementary color
Monochromatic Colors of #A6383B
Black with #A6383B
Text Example
Text Example
White with #A6383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6383B; }
p { color: rgb(166,56,59); }
H1.HeaderClassName
{
color: #A6383B;
}
.AnyTagClassName
{
color: #A6383B;
}
</style>
background-color css
<style>
a { background-color: #A6383B; }
a { background-color: rgb(166,56,59); }
div.DivClassName
{
background-color: #A6383B;
}
.BgClassName
{
background-color: #A6383B;
}
</style>
border-color css
<style>
span { border-color: #A6383B; }
span { border-color: rgb(166,56,59); }
td.TdClassName
{
border-color: #A6383B;
}
.TagClassName
{
border-color: #A6383B;
}
</style>