#A03440

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

Shades of Guardsman Red #A03440

Tints of Guardsman Red #A03440

Color information

#A03440 (or 0xA03440) is unknown color: approx Guardsman Red. HEX triplet: A0, 34 and 40. RGB value is (160,52,64). Sum of RGB (Red+Green+Blue) = 160+52+64=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A03440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03440 is #5FCBBF. Grayscale: #555555. Windows color (decimal): -6278080 or 4207776. OLE color: 4207776.

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

Color convert

RGB1605264-
CMYK00.680.60.37
HSL353.33º50.94%41.57%-
HSV(B)353.33º67.5%62.75%-
XYZ16.6510.35.96-
YUV85.66115.78181.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=57.97%
G=18.84%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160526400.680.60.37353.3350.9441.57
HexA034400443C25161332a
Octal24064100010474455416352
Binary10100000110100100000001000100111100100101101100001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03440; }

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

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

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

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

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

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

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

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