#A22A3A

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

Shades of Guardsman Red #A22A3A

Tints of Guardsman Red #A22A3A

Color information

#A22A3A (or 0xA22A3A) is unknown color: approx Guardsman Red. HEX triplet: A2, 2A and 3A. RGB value is (162,42,58). Sum of RGB (Red+Green+Blue) = 162+42+58=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22A3A is #5DD5C5. Grayscale: #4F4F4F. Windows color (decimal): -6149574 or 3812002. OLE color: 3812002.

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

Color convert

RGB1624258-
CMYK00.740.640.36
HSL352º58.82%40%-
HSV(B)352º74.07%63.53%-
XYZ16.499.645-
YUV79.7115.76186.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 58 (23.05% from 255) = 22.14%
R=61.83%
G=16.03%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162425800.740.640.3635258.8240
HexA22A3A04A40241603b28
Octal24252720112100445407350
Binary10100010101010111010010010101000000100100101100000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A3A; }

 p { color: rgb(162,42,58); }

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

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

 a { background-color: rgb(162,42,58); }

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

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

 span { border-color: rgb(162,42,58); }

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