#A3292E

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

Shades of Guardsman Red #A3292E

Tints of Guardsman Red #A3292E

Color information

#A3292E (or 0xA3292E) is unknown color: approx Guardsman Red. HEX triplet: A3, 29 and 2E. RGB value is (163,41,46). Sum of RGB (Red+Green+Blue) = 163+41+46=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A3292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3292E is #5CD6D1. Grayscale: #4E4E4E. Windows color (decimal): -6084306 or 3025315. OLE color: 3025315.

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

Color convert

RGB1634146-
CMYK00.750.720.36
HSL357.54º59.8%40%-
HSV(B)357.54º74.85%63.92%-
XYZ16.399.573.57-
YUV78.05109.92188.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.2%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=65.2%
G=16.4%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163414600.750.720.36357.5459.840
HexA3292E04B48241663c28
Octal24351560113110445467450
Binary10100011101001101110010010111001000100100101100110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3292E; }

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

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

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

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

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

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

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

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