#A1292A

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

Shades of Guardsman Red #A1292A

Tints of Guardsman Red #A1292A

Color information

#A1292A (or 0xA1292A) is unknown color: approx Guardsman Red. HEX triplet: A1, 29 and 2A. RGB value is (161,41,42). Sum of RGB (Red+Green+Blue) = 161+41+42=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1292A is #5ED6D5. Grayscale: #4D4D4D. Windows color (decimal): -6215382 or 2763169. OLE color: 2763169.

HSL color Cylindrical-coordinate representation of color #A1292A: hue angle of 359.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1292A is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1614142-
CMYK00.750.740.37
HSL359.5º59.41%39.61%-
HSV(B)359.5º74.53%63.14%-
XYZ15.919.333.15-
YUV76.99108.26187.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.98%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=65.98%
G=16.80%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161414200.750.740.37359.559.4139.61
HexA1292A04B4A251683b28
Octal24151520113112455507350
Binary10100001101001101010010010111001010100101101101000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1292A; }

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

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

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

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

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

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

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

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