Html Css Color HEX #A22A3D Guardsman Red

📋 copy color: '#A22A3D'

red 162 ◦ green 42 ◦ blue 61

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

Shades of Guardsman Red #A22A3D

Tints of Guardsman Red #A22A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 61.13%
G = 15.85%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A22A3D (or 0xA22A3D) is known color: Guardsman Red. HEX triplet: A2, 2A and 3D. RGB value is (162,42,61). Sum of RGB (Red+Green+Blue) = 162+42+61=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22A3D is #5DD5C2. Grayscale: #505050. Windows color (decimal): -6149571 or 4008610. OLE color: 4008610.

HSL color Cylindrical-coordinate representation of color #A22A3D: hue angle of 350.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 #A22A3D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 42 61 -
CMYK 0 0.74 0.62 0.36
HSL 350.5º 0.59% 0.4% -
HSV(B) 350.5º 0.74% 0.64% -
XYZ 16.57 9.67 5.41 -
YUV 80.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 162 42 61 0 0.74 0.62 0.36 350.5 0.59 0.4
Hex A2 2A 3D 0 4A 3E 24 15E 3B 28
Octal 242 52 75 0 112 76 44 536 73 50
Binary 10100010 101010 111101 0 1001010 111110 100100 101011110 111011 101000

Color Harmonies of #A22A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22A3D

Black with #A22A3D

Text Example


Text Example

White with #A22A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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