#A22C3E

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

Shades of Guardsman Red #A22C3E

Tints of Guardsman Red #A22C3E

Color information

#A22C3E (or 0xA22C3E) is unknown color: approx Guardsman Red. HEX triplet: A2, 2C and 3E. RGB value is (162,44,62). Sum of RGB (Red+Green+Blue) = 162+44+62=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C3E is #5DD3C1. Grayscale: #515151. Windows color (decimal): -6149058 or 4074658. OLE color: 4074658.

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

Color convert

RGB1624462-
CMYK00.730.620.36
HSL350.85º57.28%40.39%-
HSV(B)350.85º72.84%63.53%-
XYZ16.679.835.58-
YUV81.33117.09185.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=60.45%
G=16.42%
B=23.13%

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
Decimal162446200.730.620.36350.8557.2840.39
HexA22C3E0493E2415f3928
Octal2425476011176445377150
Binary1010001010110011111001001001111110100100101011111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C3E; }

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

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

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

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

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

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

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

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