Html Css Color HEX #A0363F Guardsman Red

📋 copy color: '#A0363F'

red 160 ◦ green 54 ◦ blue 63

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

Shades of Guardsman Red #A0363F

Tints of Guardsman Red #A0363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.74%

R = 57.76%
G = 19.49%
B = 22.74%

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

#A0363F (or 0xA0363F) is known color: Guardsman Red. HEX triplet: A0, 36 and 3F. RGB value is (160,54,63). Sum of RGB (Red+Green+Blue) = 160+54+63=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0363F is #5FC9C0. Grayscale: #565656. Windows color (decimal): -6277569 or 4142752. OLE color: 4142752.

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

Color convert

RGB 160 54 63 -
CMYK 0 0.66 0.61 0.37
HSL 354.91º 0.5% 0.42% -
HSV(B) 354.91º 0.66% 0.63% -
XYZ 16.71 10.47 5.84 -
YUV 86.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 160 54 63 0 0.66 0.61 0.37 354.91 0.5 0.42
Hex A0 36 3F 0 42 3D 25 163 32 2A
Octal 240 66 77 0 102 75 45 543 62 52
Binary 10100000 110110 111111 0 1000010 111101 100101 101100011 110010 101010

Color Harmonies of #A0363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0363F

Black with #A0363F

Text Example


Text Example

White with #A0363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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