Html Css Color HEX #A0363D Guardsman Red

📋 copy color: '#A0363D'

red 160 ◦ green 54 ◦ blue 61

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

Shades of Guardsman Red #A0363D

Tints of Guardsman Red #A0363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.64%

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

R = 58.18%
G = 19.64%
B = 22.18%

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

#A0363D (or 0xA0363D) is known color: Guardsman Red. HEX triplet: A0, 36 and 3D. RGB value is (160,54,61). Sum of RGB (Red+Green+Blue) = 160+54+61=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0363D is #5FC9C2. Grayscale: #565656. Windows color (decimal): -6277571 or 4011680. OLE color: 4011680.

HSL color Cylindrical-coordinate representation of color #A0363D: hue angle of 356.04º degrees, saturation: 0.5, 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 #A0363D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 54 61 -
CMYK 0 0.66 0.62 0.37
HSL 356.04º 0.5% 0.42% -
HSV(B) 356.04º 0.66% 0.63% -
XYZ 16.66 10.45 5.55 -
YUV 86.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 160 54 61 0 0.66 0.62 0.37 356.04 0.5 0.42
Hex A0 36 3D 0 42 3E 25 164 32 2A
Octal 240 66 75 0 102 76 45 544 62 52
Binary 10100000 110110 111101 0 1000010 111110 100101 101100100 110010 101010

Color Harmonies of #A0363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0363D

Black with #A0363D

Text Example


Text Example

White with #A0363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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