#A03540

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

Shades of Guardsman Red #A03540

Tints of Guardsman Red #A03540

Color information

#A03540 (or 0xA03540) is unknown color: approx Guardsman Red. HEX triplet: A0, 35 and 40. RGB value is (160,53,64). Sum of RGB (Red+Green+Blue) = 160+53+64=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A03540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03540 is #5FCABF. Grayscale: #565656. Windows color (decimal): -6277824 or 4208032. OLE color: 4208032.

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

Color convert

RGB1605364-
CMYK00.670.60.37
HSL353.83º50.23%41.76%-
HSV(B)353.83º66.87%62.75%-
XYZ16.710.395.98-
YUV86.25115.45180.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=57.76%
G=19.13%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160536400.670.60.37353.8350.2341.76
HexA035400433C25162322a
Octal24065100010374455426252
Binary10100000110101100000001000011111100100101101100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03540; }

 p { color: rgb(160,53,64); }

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

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

 a { background-color: rgb(160,53,64); }

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

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

 span { border-color: rgb(160,53,64); }

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