#A02733

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

Shades of Guardsman Red #A02733

Tints of Guardsman Red #A02733

Color information

#A02733 (or 0xA02733) is unknown color: approx Guardsman Red. HEX triplet: A0, 27 and 33. RGB value is (160,39,51). Sum of RGB (Red+Green+Blue) = 160+39+51=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A02733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02733 is #5FD8CC. Grayscale: #4C4C4C. Windows color (decimal): -6281421 or 3352480. OLE color: 3352480.

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

Color convert

RGB1603951-
CMYK00.760.680.37
HSL354.05º60.8%39.02%-
HSV(B)354.05º75.63%62.75%-
XYZ15.829.164.07-
YUV76.55113.59187.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 51 (20.31% from 255) = 20.4%
R=64%
G=15.6%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160395100.760.680.37354.0560.839.02
HexA0273304C44251623d27
Octal24047630114104455427547
Binary10100000100111110011010011001000100100101101100010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02733; }

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

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

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

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

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

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

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

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