Html Css Color HEX #A2323C Guardsman Red

📋 copy color: '#A2323C'

red 162 ◦ green 50 ◦ blue 60

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

Shades of Guardsman Red #A2323C

Tints of Guardsman Red #A2323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 59.56%
G = 18.38%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2323C (or 0xA2323C) is known color: Guardsman Red. HEX triplet: A2, 32 and 3C. RGB value is (162,50,60). Sum of RGB (Red+Green+Blue) = 162+50+60=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2323C is #5DCDC3. Grayscale: #545454. Windows color (decimal): -6147524 or 3945122. OLE color: 3945122.

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

Color convert

RGB 162 50 60 -
CMYK 0 0.69 0.63 0.36
HSL 354.64º 0.53% 0.42% -
HSV(B) 354.64º 0.69% 0.64% -
XYZ 16.86 10.29 5.37 -
YUV 84.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 162 50 60 0 0.69 0.63 0.36 354.64 0.53 0.42
Hex A2 32 3C 0 45 3F 24 163 35 2A
Octal 242 62 74 0 105 77 44 543 65 52
Binary 10100010 110010 111100 0 1000101 111111 100100 101100011 110101 101010

Color Harmonies of #A2323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2323C

Black with #A2323C

Text Example


Text Example

White with #A2323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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