#A22C3D

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

Shades of Guardsman Red #A22C3D

Tints of Guardsman Red #A22C3D

Color information

#A22C3D (or 0xA22C3D) is unknown color: approx Guardsman Red. HEX triplet: A2, 2C and 3D. RGB value is (162,44,61). Sum of RGB (Red+Green+Blue) = 162+44+61=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C3D is #5DD3C2. Grayscale: #515151. Windows color (decimal): -6149059 or 4009122. OLE color: 4009122.

HSL color Cylindrical-coordinate representation of color #A22C3D: hue angle of 351.36º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C3D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1624461-
CMYK00.730.620.36
HSL351.36º57.28%40.39%-
HSV(B)351.36º72.84%63.53%-
XYZ16.649.825.43-
YUV81.22116.59185.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.67%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=60.67%
G=16.48%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162446100.730.620.36351.3657.2840.39
HexA22C3D0493E2415f3928
Octal2425475011176445377150
Binary1010001010110011110101001001111110100100101011111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C3D; }

 p { color: rgb(162,44,61); }

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

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

 a { background-color: rgb(162,44,61); }

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

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

 span { border-color: rgb(162,44,61); }

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