Shades of Guardsman Red #A5333C
Tints of Guardsman Red #A5333C
RGB
CMYK
RGB Variations
Color information
#A5333C (or 0xA5333C) is known color: Guardsman Red. HEX triplet: A5, 33 and 3C. RGB value is (165,51,60). Sum of RGB (Red+Green+Blue) = 165+51+60=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5333C is #5ACCC3. Grayscale: #565656. Windows color (decimal): -5950660 or 3945381. OLE color: 3945381.
HSL color Cylindrical-coordinate representation of color #A5333C: hue angle of 355.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5333C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 51 | 60 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.35 |
| HSL | 355.26º | 0.53% | 0.42% | - |
| HSV(B) | 355.26º | 0.69% | 0.65% | - |
| XYZ | 17.52 | 10.69 | 5.42 | - |
| YUV | 86.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 60 | 0 | 0.69 | 0.64 | 0.35 | 355.26 | 0.53 | 0.42 |
| Hex | A5 | 33 | 3C | 0 | 45 | 40 | 23 | 163 | 35 | 2A |
| Octal | 245 | 63 | 74 | 0 | 105 | 100 | 43 | 543 | 65 | 52 |
| Binary | 10100101 | 110011 | 111100 | 0 | 1000101 | 1000000 | 100011 | 101100011 | 110101 | 101010 |
Color Harmonies of #A5333C
Complementary color
Monochromatic Colors of #A5333C
Black with #A5333C
Text Example
Text Example
White with #A5333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5333C; }
p { color: rgb(165,51,60); }
H1.HeaderClassName
{
color: #A5333C;
}
.AnyTagClassName
{
color: #A5333C;
}
</style>
background-color css
<style>
a { background-color: #A5333C; }
a { background-color: rgb(165,51,60); }
div.DivClassName
{
background-color: #A5333C;
}
.BgClassName
{
background-color: #A5333C;
}
</style>
border-color css
<style>
span { border-color: #A5333C; }
span { border-color: rgb(165,51,60); }
td.TdClassName
{
border-color: #A5333C;
}
.TagClassName
{
border-color: #A5333C;
}
</style>