Html Css Color HEX #A22A35 Guardsman Red

📋 copy color: '#A22A35'

red 162 ◦ green 42 ◦ blue 53

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

Shades of Guardsman Red #A22A35

Tints of Guardsman Red #A22A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.34%

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

R = 63.04%
G = 16.34%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A22A35 (or 0xA22A35) is known color: Guardsman Red. HEX triplet: A2, 2A and 35. RGB value is (162,42,53). Sum of RGB (Red+Green+Blue) = 162+42+53=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22A35 is #5DD5CA. Grayscale: #4F4F4F. Windows color (decimal): -6149579 or 3484322. OLE color: 3484322.

HSL color Cylindrical-coordinate representation of color #A22A35: hue angle of 354.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22A35 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 42 53 -
CMYK 0 0.74 0.67 0.36
HSL 354.5º 0.59% 0.4% -
HSV(B) 354.5º 0.74% 0.64% -
XYZ 16.37 9.59 4.36 -
YUV 79.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 162 42 53 0 0.74 0.67 0.36 354.5 0.59 0.4
Hex A2 2A 35 0 4A 43 24 162 3B 28
Octal 242 52 65 0 112 103 44 542 73 50
Binary 10100010 101010 110101 0 1001010 1000011 100100 101100010 111011 101000

Color Harmonies of #A22A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22A35

Black with #A22A35

Text Example


Text Example

White with #A22A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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