#A02932

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

Shades of Guardsman Red #A02932

Tints of Guardsman Red #A02932

Color information

#A02932 (or 0xA02932) is unknown color: approx Guardsman Red. HEX triplet: A0, 29 and 32. RGB value is (160,41,50). Sum of RGB (Red+Green+Blue) = 160+41+50=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A02932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02932 is #5FD6CD. Grayscale: #4D4D4D. Windows color (decimal): -6280910 or 3287456. OLE color: 3287456.

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

Color convert

RGB1604150-
CMYK00.740.690.37
HSL355.46º59.2%39.41%-
HSV(B)355.46º74.37%62.75%-
XYZ15.879.293.97-
YUV77.61112.42186.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.75%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=63.75%
G=16.33%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160415000.740.690.37355.4659.239.41
HexA0293204A45251633b27
Octal24051620112105455437347
Binary10100000101001110010010010101000101100101101100011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02932; }

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

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

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

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

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

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

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

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