#A22D3A

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

Shades of Guardsman Red #A22D3A

Tints of Guardsman Red #A22D3A

Color information

#A22D3A (or 0xA22D3A) is unknown color: approx Guardsman Red. HEX triplet: A2, 2D and 3A. RGB value is (162,45,58). Sum of RGB (Red+Green+Blue) = 162+45+58=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D3A is #5DD2C5. Grayscale: #515151. Windows color (decimal): -6148806 or 3812770. OLE color: 3812770.

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

Color convert

RGB1624558-
CMYK00.720.640.36
HSL353.33º56.52%40.59%-
HSV(B)353.33º72.22%63.53%-
XYZ16.69.865.03-
YUV81.46114.76185.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=61.13%
G=16.98%
B=21.89%

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
Decimal162455800.720.640.36353.3356.5240.59
HexA22D3A04840241613929
Octal24255720110100445417151
Binary10100010101101111010010010001000000100100101100001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D3A; }

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

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

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

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

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

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

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

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