Html Css Color HEX #A0363C Guardsman Red

📋 copy color: '#A0363C'

red 160 ◦ green 54 ◦ blue 60

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

Shades of Guardsman Red #A0363C

Tints of Guardsman Red #A0363C

RGB

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

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

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

R = 58.39%
G = 19.71%
B = 21.9%

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

#A0363C (or 0xA0363C) is known color: Guardsman Red. HEX triplet: A0, 36 and 3C. RGB value is (160,54,60). Sum of RGB (Red+Green+Blue) = 160+54+60=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0363C is #5FC9C3. Grayscale: #565656. Windows color (decimal): -6277572 or 3946144. OLE color: 3946144.

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

Color convert

RGB 160 54 60 -
CMYK 0 0.66 0.62 0.37
HSL 356.6º 0.5% 0.42% -
HSV(B) 356.6º 0.66% 0.63% -
XYZ 16.63 10.44 5.41 -
YUV 86.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 160 54 60 0 0.66 0.62 0.37 356.6 0.5 0.42
Hex A0 36 3C 0 42 3E 25 165 32 2A
Octal 240 66 74 0 102 76 45 545 62 52
Binary 10100000 110110 111100 0 1000010 111110 100101 101100101 110010 101010

Color Harmonies of #A0363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0363C

Black with #A0363C

Text Example


Text Example

White with #A0363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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