#A4292A

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

Shades of Guardsman Red #A4292A

Tints of Guardsman Red #A4292A

Color information

#A4292A (or 0xA4292A) is unknown color: approx Guardsman Red. HEX triplet: A4, 29 and 2A. RGB value is (164,41,42). Sum of RGB (Red+Green+Blue) = 164+41+42=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A4292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4292A is #5BD6D5. Grayscale: #4E4E4E. Windows color (decimal): -6018774 or 2763172. OLE color: 2763172.

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

Color convert

RGB1644142-
CMYK00.750.740.36
HSL359.51º60%40.2%-
HSV(B)359.51º75%64.31%-
XYZ16.529.653.18-
YUV77.89107.75189.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.40%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=66.40%
G=16.60%
B=17.00%

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
Decimal164414200.750.740.36359.516040.2
HexA4292A04B4A241683c28
Octal24451520113112445507450
Binary10100100101001101010010010111001010100100101101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4292A; }

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

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

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

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

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

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

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

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