Html Css Color HEX #A22D40 Guardsman Red

📋 copy color: '#A22D40'

red 162 ◦ green 45 ◦ blue 64

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

Shades of Guardsman Red #A22D40

Tints of Guardsman Red #A22D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

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

R = 59.78%
G = 16.61%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A22D40 (or 0xA22D40) is known color: Guardsman Red. HEX triplet: A2, 2D and 40. RGB value is (162,45,64). Sum of RGB (Red+Green+Blue) = 162+45+64=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D40 is #5DD2BF. Grayscale: #525252. Windows color (decimal): -6148800 or 4205986. OLE color: 4205986.

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

Color convert

RGB 162 45 64 -
CMYK 0 0.72 0.60 0.36
HSL 350.26º 0.57% 0.41% -
HSV(B) 350.26º 0.72% 0.64% -
XYZ 16.76 9.93 5.88 -
YUV 82.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 162 45 64 0 0.72 0.60 0.36 350.26 0.57 0.41
Hex A2 2D 40 0 48 3C 24 15E 39 29
Octal 242 55 100 0 110 74 44 536 71 51
Binary 10100010 101101 1000000 0 1001000 111100 100100 101011110 111001 101001

Color Harmonies of #A22D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22D40

Black with #A22D40

Text Example


Text Example

White with #A22D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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