Html Css Color HEX #A22E35 Guardsman Red

📋 copy color: '#A22E35'

red 162 ◦ green 46 ◦ blue 53

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

Shades of Guardsman Red #A22E35

Tints of Guardsman Red #A22E35

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.62%

 BLUE value IS 53 (21.09% from 255) = 20.31%

R = 62.07%
G = 17.62%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A22E35 (or 0xA22E35) is known color: Guardsman Red. HEX triplet: A2, 2E and 35. RGB value is (162,46,53). Sum of RGB (Red+Green+Blue) = 162+46+53=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E35 is #5DD1CA. Grayscale: #515151. Windows color (decimal): -6148555 or 3485346. OLE color: 3485346.

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

Color convert

RGB 162 46 53 -
CMYK 0 0.72 0.67 0.36
HSL 356.38º 0.56% 0.41% -
HSV(B) 356.38º 0.72% 0.64% -
XYZ 16.52 9.89 4.41 -
YUV 81.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 162 46 53 0 0.72 0.67 0.36 356.38 0.56 0.41
Hex A2 2E 35 0 48 43 24 164 38 29
Octal 242 56 65 0 110 103 44 544 70 51
Binary 10100010 101110 110101 0 1001000 1000011 100100 101100100 111000 101001

Color Harmonies of #A22E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22E35

Black with #A22E35

Text Example


Text Example

White with #A22E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22E35; }

 p { color: rgb(162,46,53); }

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

background-color css

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

 a { background-color: rgb(162,46,53); }

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

border-color css

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

 span { border-color: rgb(162,46,53); }

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