Html Css Color HEX #A2323D Guardsman Red

📋 copy color: '#A2323D'

red 162 ◦ green 50 ◦ blue 61

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

Shades of Guardsman Red #A2323D

Tints of Guardsman Red #A2323D

RGB

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

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

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

R = 59.34%
G = 18.32%
B = 22.34%

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

#A2323D (or 0xA2323D) is known color: Guardsman Red. HEX triplet: A2, 32 and 3D. RGB value is (162,50,61). Sum of RGB (Red+Green+Blue) = 162+50+61=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2323D is #5DCDC2. Grayscale: #545454. Windows color (decimal): -6147523 or 4010658. OLE color: 4010658.

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

Color convert

RGB 162 50 61 -
CMYK 0 0.69 0.62 0.36
HSL 354.11º 0.53% 0.42% -
HSV(B) 354.11º 0.69% 0.64% -
XYZ 16.88 10.3 5.51 -
YUV 84.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 162 50 61 0 0.69 0.62 0.36 354.11 0.53 0.42
Hex A2 32 3D 0 45 3E 24 162 35 2A
Octal 242 62 75 0 105 76 44 542 65 52
Binary 10100010 110010 111101 0 1000101 111110 100100 101100010 110101 101010

Color Harmonies of #A2323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2323D

Black with #A2323D

Text Example


Text Example

White with #A2323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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