Html Css Color HEX #A22B3E Guardsman Red

📋 copy color: '#A22B3E'

red 162 ◦ green 43 ◦ blue 62

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

Shades of Guardsman Red #A22B3E

Tints of Guardsman Red #A22B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 60.67%
G = 16.1%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A22B3E (or 0xA22B3E) is known color: Guardsman Red. HEX triplet: A2, 2B and 3E. RGB value is (162,43,62). Sum of RGB (Red+Green+Blue) = 162+43+62=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B3E is #5DD4C1. Grayscale: #505050. Windows color (decimal): -6149314 or 4074402. OLE color: 4074402.

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

Color convert

RGB 162 43 62 -
CMYK 0 0.73 0.62 0.36
HSL 350.42º 0.58% 0.4% -
HSV(B) 350.42º 0.73% 0.64% -
XYZ 16.63 9.76 5.56 -
YUV 80.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 162 43 62 0 0.73 0.62 0.36 350.42 0.58 0.4
Hex A2 2B 3E 0 49 3E 24 15E 3A 28
Octal 242 53 76 0 111 76 44 536 72 50
Binary 10100010 101011 111110 0 1001001 111110 100100 101011110 111010 101000

Color Harmonies of #A22B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22B3E

Black with #A22B3E

Text Example


Text Example

White with #A22B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22B3E; }

 p { color: rgb(162,43,62); }

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

background-color css

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

 a { background-color: rgb(162,43,62); }

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

border-color css

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

 span { border-color: rgb(162,43,62); }

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