Shades of Guardsman Red #A3262F
Tints of Guardsman Red #A3262F
RGB
CMYK
RGB Variations
Color information
#A3262F (or 0xA3262F) is known color: Guardsman Red. HEX triplet: A3, 26 and 2F. RGB value is (163,38,47). Sum of RGB (Red+Green+Blue) = 163+38+47=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A3262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3262F is #5CD9D0. Grayscale: #4C4C4C. Windows color (decimal): -6085073 or 3090083. OLE color: 3090083.
HSL color Cylindrical-coordinate representation of color #A3262F: hue angle of 355.68º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3262F is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 47 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.36 |
| HSL | 355.68º | 0.62% | 0.39% | - |
| HSV(B) | 355.68º | 0.77% | 0.64% | - |
| XYZ | 16.31 | 9.38 | 3.64 | - |
| YUV | 76.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 47 | 0 | 0.77 | 0.71 | 0.36 | 355.68 | 0.62 | 0.39 |
| Hex | A3 | 26 | 2F | 0 | 4D | 47 | 24 | 164 | 3E | 27 |
| Octal | 243 | 46 | 57 | 0 | 115 | 107 | 44 | 544 | 76 | 47 |
| Binary | 10100011 | 100110 | 101111 | 0 | 1001101 | 1000111 | 100100 | 101100100 | 111110 | 100111 |
Color Harmonies of #A3262F
Complementary color
Monochromatic Colors of #A3262F
Black with #A3262F
Text Example
Text Example
White with #A3262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3262F; }
p { color: rgb(163,38,47); }
H1.HeaderClassName
{
color: #A3262F;
}
.AnyTagClassName
{
color: #A3262F;
}
</style>
background-color css
<style>
a { background-color: #A3262F; }
a { background-color: rgb(163,38,47); }
div.DivClassName
{
background-color: #A3262F;
}
.BgClassName
{
background-color: #A3262F;
}
</style>
border-color css
<style>
span { border-color: #A3262F; }
span { border-color: rgb(163,38,47); }
td.TdClassName
{
border-color: #A3262F;
}
.TagClassName
{
border-color: #A3262F;
}
</style>