#A22D3B

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

Shades of Guardsman Red #A22D3B

Tints of Guardsman Red #A22D3B

Color information

#A22D3B (or 0xA22D3B) is unknown color: approx Guardsman Red. HEX triplet: A2, 2D and 3B. RGB value is (162,45,59). Sum of RGB (Red+Green+Blue) = 162+45+59=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D3B is #5DD2C4. Grayscale: #515151. Windows color (decimal): -6148805 or 3878306. OLE color: 3878306.

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

Color convert

RGB1624559-
CMYK00.720.640.36
HSL352.82º56.52%40.59%-
HSV(B)352.82º72.22%63.53%-
XYZ16.639.875.17-
YUV81.58115.26185.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=60.90%
G=16.92%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162455900.720.640.36352.8256.5240.59
HexA22D3B04840241613929
Octal24255730110100445417151
Binary10100010101101111011010010001000000100100101100001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D3B; }

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

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

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

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

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

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

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

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