Html Css Color HEX #A2373C Guardsman Red

📋 copy color: '#A2373C'

red 162 ◦ green 55 ◦ blue 60

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

Shades of Guardsman Red #A2373C

Tints of Guardsman Red #A2373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

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

R = 58.48%
G = 19.86%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2373C (or 0xA2373C) is known color: Guardsman Red. HEX triplet: A2, 37 and 3C. RGB value is (162,55,60). Sum of RGB (Red+Green+Blue) = 162+55+60=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2373C is #5DC8C3. Grayscale: #575757. Windows color (decimal): -6146244 or 3946402. OLE color: 3946402.

HSL color Cylindrical-coordinate representation of color #A2373C: hue angle of 357.2º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2373C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 55 60 -
CMYK 0 0.66 0.63 0.36
HSL 357.2º 0.49% 0.43% -
HSV(B) 357.2º 0.66% 0.64% -
XYZ 17.08 10.74 5.45 -
YUV 87.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 162 55 60 0 0.66 0.63 0.36 357.2 0.49 0.43
Hex A2 37 3C 0 42 3F 24 165 31 2B
Octal 242 67 74 0 102 77 44 545 61 53
Binary 10100010 110111 111100 0 1000010 111111 100100 101100101 110001 101011

Color Harmonies of #A2373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2373C

Black with #A2373C

Text Example


Text Example

White with #A2373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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