#A12937

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

Shades of Guardsman Red #A12937

Tints of Guardsman Red #A12937

Color information

#A12937 (or 0xA12937) is unknown color: approx Guardsman Red. HEX triplet: A1, 29 and 37. RGB value is (161,41,55). Sum of RGB (Red+Green+Blue) = 161+41+55=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A12937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12937 is #5ED6C8. Grayscale: #4E4E4E. Windows color (decimal): -6215369 or 3615137. OLE color: 3615137.

HSL color Cylindrical-coordinate representation of color #A12937: hue angle of 353º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12937 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1614155-
CMYK00.750.660.37
HSL353º59.41%39.61%-
HSV(B)353º74.53%63.14%-
XYZ16.189.444.58-
YUV78.48114.76186.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.65%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=62.65%
G=15.95%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161415500.750.660.3735359.4139.61
HexA1293704B42251613b28
Octal24151670113102455417350
Binary10100001101001110111010010111000010100101101100001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12937; }

 p { color: rgb(161,41,55); }

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

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

 a { background-color: rgb(161,41,55); }

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

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

 span { border-color: rgb(161,41,55); }

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