#A62837

Color #A62837 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #A62837

Tints of Guardsman Red #A62837

Color information

#A62837 (or 0xA62837) is unknown color: approx Guardsman Red. HEX triplet: A6, 28 and 37. RGB value is (166,40,55). Sum of RGB (Red+Green+Blue) = 166+40+55=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A62837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62837 is #59D7C8. Grayscale: #4F4F4F. Windows color (decimal): -5887945 or 3614886. OLE color: 3614886.

HSL color Cylindrical-coordinate representation of color #A62837: hue angle of 352.86º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62837 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1664055-
CMYK00.760.670.35
HSL352.86º61.17%40.39%-
HSV(B)352.86º75.9%65.1%-
XYZ17.179.94.62-
YUV79.38114.24189.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 63.60%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 55 (21.88% from 255) = 21.07%
R=63.60%
G=15.33%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166405500.760.670.35352.8661.1740.39
HexA6283704C43231613d28
Octal24650670114103435417550
Binary10100110101000110111010011001000011100011101100001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62837; }

 p { color: rgb(166,40,55); }

 H1.HeaderClassName
 {
   color: #A62837;
 }
 .AnyTagClassName
 {
   color: #A62837;
 }
</style>
background-color css

<style>
 a { background-color: #A62837; }

 a { background-color: rgb(166,40,55); }

 div.DivClassName
 {
   background-color: #A62837;
 }
 .BgClassName
 {
   background-color: #A62837;
 }
</style>
border-color css

<style>
 span { border-color: #A62837; }

 span { border-color: rgb(166,40,55); }

 td.TdClassName
 {
   border-color: #A62837;
 }
 .TagClassName
 {
   border-color: #A62837;
 }
</style>