#A02936

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

Shades of Guardsman Red #A02936

Tints of Guardsman Red #A02936

Color information

#A02936 (or 0xA02936) is unknown color: approx Guardsman Red. HEX triplet: A0, 29 and 36. RGB value is (160,41,54). Sum of RGB (Red+Green+Blue) = 160+41+54=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A02936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02936 is #5FD6C9. Grayscale: #4E4E4E. Windows color (decimal): -6280906 or 3549600. OLE color: 3549600.

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

Color convert

RGB1604154-
CMYK00.740.660.37
HSL353.45º59.2%39.41%-
HSV(B)353.45º74.37%62.75%-
XYZ15.969.334.45-
YUV78.06114.42186.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.75%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=62.75%
G=16.08%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160415400.740.660.37353.4559.239.41
HexA0293604A42251613b27
Octal24051660112102455417347
Binary10100000101001110110010010101000010100101101100001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02936; }

 p { color: rgb(160,41,54); }

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

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

 a { background-color: rgb(160,41,54); }

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

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

 span { border-color: rgb(160,41,54); }

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