Html Css Color HEX #A2323E Guardsman Red

📋 copy color: '#A2323E'

red 162 ◦ green 50 ◦ blue 62

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

Shades of Guardsman Red #A2323E

Tints of Guardsman Red #A2323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

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

R = 59.12%
G = 18.25%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2323E (or 0xA2323E) is known color: Guardsman Red. HEX triplet: A2, 32 and 3E. RGB value is (162,50,62). Sum of RGB (Red+Green+Blue) = 162+50+62=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2323E is #5DCDC1. Grayscale: #545454. Windows color (decimal): -6147522 or 4076194. OLE color: 4076194.

HSL color Cylindrical-coordinate representation of color #A2323E: hue angle of 353.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2323E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 62 -
CMYK 0 0.69 0.62 0.36
HSL 353.57º 0.53% 0.42% -
HSV(B) 353.57º 0.69% 0.64% -
XYZ 16.91 10.31 5.66 -
YUV 84.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 162 50 62 0 0.69 0.62 0.36 353.57 0.53 0.42
Hex A2 32 3E 0 45 3E 24 162 35 2A
Octal 242 62 76 0 105 76 44 542 65 52
Binary 10100010 110010 111110 0 1000101 111110 100100 101100010 110101 101010

Color Harmonies of #A2323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2323E

Black with #A2323E

Text Example


Text Example

White with #A2323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2323E; }

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

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

background-color css

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

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

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

border-color css

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

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

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