Html Css Color HEX #A0363E Guardsman Red

📋 copy color: '#A0363E'

red 160 ◦ green 54 ◦ blue 62

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

Shades of Guardsman Red #A0363E

Tints of Guardsman Red #A0363E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 57.97%
G = 19.57%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0363E (or 0xA0363E) is known color: Guardsman Red. HEX triplet: A0, 36 and 3E. RGB value is (160,54,62). Sum of RGB (Red+Green+Blue) = 160+54+62=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0363E is #5FC9C1. Grayscale: #565656. Windows color (decimal): -6277570 or 4077216. OLE color: 4077216.

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

Color convert

RGB 160 54 62 -
CMYK 0 0.66 0.61 0.37
HSL 355.47º 0.5% 0.42% -
HSV(B) 355.47º 0.66% 0.63% -
XYZ 16.69 10.46 5.7 -
YUV 86.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 160 54 62 0 0.66 0.61 0.37 355.47 0.5 0.42
Hex A0 36 3E 0 42 3D 25 163 32 2A
Octal 240 66 76 0 102 75 45 543 62 52
Binary 10100000 110110 111110 0 1000010 111101 100101 101100011 110010 101010

Color Harmonies of #A0363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0363E

Black with #A0363E

Text Example


Text Example

White with #A0363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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