#A03241

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

Shades of Guardsman Red #A03241

Tints of Guardsman Red #A03241

Color information

#A03241 (or 0xA03241) is unknown color: approx Guardsman Red. HEX triplet: A0, 32 and 41. RGB value is (160,50,65). Sum of RGB (Red+Green+Blue) = 160+50+65=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A03241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03241 is #5FCDBE. Grayscale: #545454. Windows color (decimal): -6278591 or 4272800. OLE color: 4272800.

HSL color Cylindrical-coordinate representation of color #A03241: hue angle of 351.82º 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 #A03241 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1605065-
CMYK00.690.590.37
HSL351.82º52.38%41.18%-
HSV(B)351.82º68.75%62.75%-
XYZ16.5910.146.08-
YUV84.6116.94181.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.18%
GREEN value IS 50 (19.92% from 255) = 18.18%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=58.18%
G=18.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160506500.690.590.37351.8252.3841.18
HexA032410453B251603429
Octal24062101010573455406451
Binary10100000110010100000101000101111011100101101100000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03241; }

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

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

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

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

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

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

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

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