#A03639

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

Shades of Guardsman Red #A03639

Tints of Guardsman Red #A03639

Color information

#A03639 (or 0xA03639) is unknown color: approx Guardsman Red. HEX triplet: A0, 36 and 39. RGB value is (160,54,57). Sum of RGB (Red+Green+Blue) = 160+54+57=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A03639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03639 is #5FC9C6. Grayscale: #565656. Windows color (decimal): -6277575 or 3749536. OLE color: 3749536.

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

Color convert

RGB1605457-
CMYK00.660.640.37
HSL358.3º49.53%41.96%-
HSV(B)358.3º66.25%62.75%-
XYZ16.5510.415.01-
YUV86.04111.62180.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.04%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=59.04%
G=19.93%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160545700.660.640.37358.349.5341.96
HexA036390424025166322a
Octal24066710102100455466252
Binary10100000110110111001010000101000000100101101100110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03639; }

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

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

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

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

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

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

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

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