#A3293A

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

Shades of Guardsman Red #A3293A

Tints of Guardsman Red #A3293A

Color information

#A3293A (or 0xA3293A) is unknown color: approx Guardsman Red. HEX triplet: A3, 29 and 3A. RGB value is (163,41,58). Sum of RGB (Red+Green+Blue) = 163+41+58=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3293A is #5CD6C5. Grayscale: #4F4F4F. Windows color (decimal): -6084294 or 3811747. OLE color: 3811747.

HSL color Cylindrical-coordinate representation of color #A3293A: hue angle of 351.64º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3293A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1634158-
CMYK00.750.640.36
HSL351.64º59.8%40%-
HSV(B)351.64º74.85%63.92%-
XYZ16.669.684.99-
YUV79.42115.92187.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 58 (23.05% from 255) = 22.14%
R=62.21%
G=15.65%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163415800.750.640.36351.6459.840
HexA3293A04B40241603c28
Octal24351720113100445407450
Binary10100011101001111010010010111000000100100101100000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3293A; }

 p { color: rgb(163,41,58); }

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

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

 a { background-color: rgb(163,41,58); }

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

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

 span { border-color: rgb(163,41,58); }

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