Html Css Color HEX #A22C3E Guardsman Red

📋 copy color: '#A22C3E'

red 162 ◦ green 44 ◦ blue 62

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

Shades of Guardsman Red #A22C3E

Tints of Guardsman Red #A22C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.42%

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

R = 60.45%
G = 16.42%
B = 23.13%

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

#A22C3E (or 0xA22C3E) is known color: Guardsman Red. HEX triplet: A2, 2C and 3E. RGB value is (162,44,62). Sum of RGB (Red+Green+Blue) = 162+44+62=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C3E is #5DD3C1. Grayscale: #515151. Windows color (decimal): -6149058 or 4074658. OLE color: 4074658.

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

Color convert

RGB 162 44 62 -
CMYK 0 0.73 0.62 0.36
HSL 350.85º 0.57% 0.4% -
HSV(B) 350.85º 0.73% 0.64% -
XYZ 16.67 9.83 5.58 -
YUV 81.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 162 44 62 0 0.73 0.62 0.36 350.85 0.57 0.4
Hex A2 2C 3E 0 49 3E 24 15F 39 28
Octal 242 54 76 0 111 76 44 537 71 50
Binary 10100010 101100 111110 0 1001001 111110 100100 101011111 111001 101000

Color Harmonies of #A22C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22C3E

Black with #A22C3E

Text Example


Text Example

White with #A22C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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