Html Css Color HEX #A0373D Guardsman Red

📋 copy color: '#A0373D'

red 160 ◦ green 55 ◦ blue 61

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

Shades of Guardsman Red #A0373D

Tints of Guardsman Red #A0373D

RGB

 RED value IS 160 (62.89% from 255) = 57.97%

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

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

R = 57.97%
G = 19.93%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0373D (or 0xA0373D) is known color: Guardsman Red. HEX triplet: A0, 37 and 3D. RGB value is (160,55,61). Sum of RGB (Red+Green+Blue) = 160+55+61=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0373D is #5FC8C2. Grayscale: #575757. Windows color (decimal): -6277315 or 4011936. OLE color: 4011936.

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

Color convert

RGB 160 55 61 -
CMYK 0 0.66 0.62 0.37
HSL 356.57º 0.49% 0.42% -
HSV(B) 356.57º 0.66% 0.63% -
XYZ 16.71 10.54 5.57 -
YUV 87.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 160 55 61 0 0.66 0.62 0.37 356.57 0.49 0.42
Hex A0 37 3D 0 42 3E 25 165 31 2A
Octal 240 67 75 0 102 76 45 545 61 52
Binary 10100000 110111 111101 0 1000010 111110 100101 101100101 110001 101010

Color Harmonies of #A0373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0373D

Black with #A0373D

Text Example


Text Example

White with #A0373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0373D; }

 p { color: rgb(160,55,61); }

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

background-color css

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

 a { background-color: rgb(160,55,61); }

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

border-color css

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

 span { border-color: rgb(160,55,61); }

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