#A22C3B

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

Shades of Guardsman Red #A22C3B

Tints of Guardsman Red #A22C3B

Color information

#A22C3B (or 0xA22C3B) is unknown color: approx Guardsman Red. HEX triplet: A2, 2C and 3B. RGB value is (162,44,59). Sum of RGB (Red+Green+Blue) = 162+44+59=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C3B is #5DD3C4. Grayscale: #515151. Windows color (decimal): -6149061 or 3878050. OLE color: 3878050.

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

Color convert

RGB1624459-
CMYK00.730.640.36
HSL352.37º57.28%40.39%-
HSV(B)352.37º72.84%63.53%-
XYZ16.599.85.15-
YUV80.99115.59185.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=61.13%
G=16.60%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162445900.730.640.36352.3757.2840.39
HexA22C3B04940241603928
Octal24254730111100445407150
Binary10100010101100111011010010011000000100100101100000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C3B; }

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

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

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

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

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

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

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

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