#a4222c

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

Shades of Guardsman Red #A4222C

Tints of Guardsman Red #A4222C

Color information

#A4222C (or 0xA4222C) is unknown color: approx Guardsman Red. HEX triplet: A4, 22 and 2C. RGB value is (164,34,44). Sum of RGB (Red+Green+Blue) = 164+34+44=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A4222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4222C is #5BDDD3. Grayscale: #4A4A4A. Windows color (decimal): -6020564 or 2892452. OLE color: 2892452.

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

Color convert

RGB1643444-
CMYK00.790.730.36
HSL355.38º65.66%38.82%-
HSV(B)355.38º79.27%64.31%-
XYZ16.349.223.3-
YUV74.01111.07192.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.77%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 44 (17.58% from 255) = 18.18%
R=67.77%
G=14.05%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164344400.790.730.36355.3865.6638.82
HexA4222C04F49241634227
Octal244425401171114454310247
Binary101001001000101011000100111110010011001001011000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4222c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4222c; }

 p { color: rgb(164,34,44); }

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

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

 a { background-color: rgb(164,34,44); }

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

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

 span { border-color: rgb(164,34,44); }

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