#A02732

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

Shades of Guardsman Red #A02732

Tints of Guardsman Red #A02732

Color information

#A02732 (or 0xA02732) is unknown color: approx Guardsman Red. HEX triplet: A0, 27 and 32. RGB value is (160,39,50). Sum of RGB (Red+Green+Blue) = 160+39+50=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A02732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02732 is #5FD8CD. Grayscale: #4C4C4C. Windows color (decimal): -6281422 or 3286944. OLE color: 3286944.

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

Color convert

RGB1603950-
CMYK00.760.690.37
HSL354.55º60.8%39.02%-
HSV(B)354.55º75.63%62.75%-
XYZ15.89.153.95-
YUV76.43113.09187.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.26%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=64.26%
G=15.66%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160395000.760.690.37354.5560.839.02
HexA0273204C45251633d27
Octal24047620114105455437547
Binary10100000100111110010010011001000101100101101100011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02732; }

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

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

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

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

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

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

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

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