Html Css Color HEX #A22C40 Guardsman Red

📋 copy color: '#A22C40'

red 162 ◦ green 44 ◦ blue 64

#A22C40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #A22C40

Tints of Guardsman Red #A22C40

RGB

 RED value IS 162 (63.67% from 255) = 60%

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 60%
G = 16.3%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A22C40 (or 0xA22C40) is known color: Guardsman Red. HEX triplet: A2, 2C and 40. RGB value is (162,44,64). Sum of RGB (Red+Green+Blue) = 162+44+64=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C40 is #5DD3BF. Grayscale: #515151. Windows color (decimal): -6149056 or 4205730. OLE color: 4205730.

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

Color convert

RGB 162 44 64 -
CMYK 0 0.73 0.60 0.36
HSL 349.83º 0.57% 0.4% -
HSV(B) 349.83º 0.73% 0.64% -
XYZ 16.73 9.85 5.87 -
YUV 81.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 162 44 64 0 0.73 0.60 0.36 349.83 0.57 0.4
Hex A2 2C 40 0 49 3C 24 15E 39 28
Octal 242 54 100 0 111 74 44 536 71 50
Binary 10100010 101100 1000000 0 1001001 111100 100100 101011110 111001 101000

Color Harmonies of #A22C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22C40

Black with #A22C40

Text Example


Text Example

White with #A22C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22C40; }

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

 H1.HeaderClassName
 {
   color: #A22C40;
 }
 .AnyTagClassName
 {
   color: #A22C40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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