#A3292A

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

Shades of Guardsman Red #A3292A

Tints of Guardsman Red #A3292A

Color information

#A3292A (or 0xA3292A) is unknown color: approx Guardsman Red. HEX triplet: A3, 29 and 2A. RGB value is (163,41,42). Sum of RGB (Red+Green+Blue) = 163+41+42=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A3292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3292A is #5CD6D5. Grayscale: #4D4D4D. Windows color (decimal): -6084310 or 2763171. OLE color: 2763171.

HSL color Cylindrical-coordinate representation of color #A3292A: hue angle of 359.51º 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 #A3292A is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1634142-
CMYK00.750.740.36
HSL359.51º59.8%40%-
HSV(B)359.51º74.85%63.92%-
XYZ16.329.543.17-
YUV77.59107.92188.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.26%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=66.26%
G=16.67%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163414200.750.740.36359.5159.840
HexA3292A04B4A241683c28
Octal24351520113112445507450
Binary10100011101001101010010010111001010100100101101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3292A; }

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

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

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

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

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

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

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

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