#A03240

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

Shades of Guardsman Red #A03240

Tints of Guardsman Red #A03240

Color information

#A03240 (or 0xA03240) is unknown color: approx Guardsman Red. HEX triplet: A0, 32 and 40. RGB value is (160,50,64). Sum of RGB (Red+Green+Blue) = 160+50+64=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A03240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03240 is #5FCDBF. Grayscale: #545454. Windows color (decimal): -6278592 or 4207264. OLE color: 4207264.

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

Color convert

RGB1605064-
CMYK00.690.60.37
HSL352.36º52.38%41.18%-
HSV(B)352.36º68.75%62.75%-
XYZ16.5610.125.93-
YUV84.49116.44181.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=58.39%
G=18.25%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160506400.690.60.37352.3652.3841.18
HexA032400453C251603429
Octal24062100010574455406451
Binary10100000110010100000001000101111100100101101100000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03240; }

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

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

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

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

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

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

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

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