#A22C3C

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

Shades of Guardsman Red #A22C3C

Tints of Guardsman Red #A22C3C

Color information

#A22C3C (or 0xA22C3C) is unknown color: approx Guardsman Red. HEX triplet: A2, 2C and 3C. RGB value is (162,44,60). Sum of RGB (Red+Green+Blue) = 162+44+60=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C3C is #5DD3C3. Grayscale: #515151. Windows color (decimal): -6149060 or 3943586. OLE color: 3943586.

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

Color convert

RGB1624460-
CMYK00.730.630.36
HSL351.86º57.28%40.39%-
HSV(B)351.86º72.84%63.53%-
XYZ16.629.815.29-
YUV81.11116.09185.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=60.90%
G=16.54%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162446000.730.630.36351.8657.2840.39
HexA22C3C0493F241603928
Octal2425474011177445407150
Binary1010001010110011110001001001111111100100101100000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C3C; }

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

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

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

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

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

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

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

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