#A2293A

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

Shades of Guardsman Red #A2293A

Tints of Guardsman Red #A2293A

Color information

#A2293A (or 0xA2293A) is unknown color: approx Guardsman Red. HEX triplet: A2, 29 and 3A. RGB value is (162,41,58). Sum of RGB (Red+Green+Blue) = 162+41+58=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2293A is #5DD6C5. Grayscale: #4F4F4F. Windows color (decimal): -6149830 or 3811746. OLE color: 3811746.

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

Color convert

RGB1624158-
CMYK00.750.640.36
HSL351.57º59.61%39.8%-
HSV(B)351.57º74.69%63.53%-
XYZ16.469.574.98-
YUV79.12116.09187.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=62.07%
G=15.71%
B=22.22%

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
Decimal162415800.750.640.36351.5759.6139.8
HexA2293A04B40241603c28
Octal24251720113100445407450
Binary10100010101001111010010010111000000100100101100000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2293A; }

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

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

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

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

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

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

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

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