Html Css Color HEX #A22C41 Guardsman Red

📋 copy color: '#A22C41'

red 162 ◦ green 44 ◦ blue 65

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

Shades of Guardsman Red #A22C41

Tints of Guardsman Red #A22C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 59.78%
G = 16.24%
B = 23.99%

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

#A22C41 (or 0xA22C41) is known color: Guardsman Red. HEX triplet: A2, 2C and 41. RGB value is (162,44,65). Sum of RGB (Red+Green+Blue) = 162+44+65=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C41 is #5DD3BE. Grayscale: #515151. Windows color (decimal): -6149055 or 4271266. OLE color: 4271266.

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

Color convert

RGB 162 44 65 -
CMYK 0 0.73 0.60 0.36
HSL 349.32º 0.57% 0.4% -
HSV(B) 349.32º 0.73% 0.64% -
XYZ 16.76 9.86 6.02 -
YUV 81.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 162 44 65 0 0.73 0.60 0.36 349.32 0.57 0.4
Hex A2 2C 41 0 49 3C 24 15D 39 28
Octal 242 54 101 0 111 74 44 535 71 50
Binary 10100010 101100 1000001 0 1001001 111100 100100 101011101 111001 101000

Color Harmonies of #A22C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22C41

Black with #A22C41

Text Example


Text Example

White with #A22C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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