Html Css Color HEX #A63140 Guardsman Red

📋 copy color: '#A63140'

red 166 ◦ green 49 ◦ blue 64

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

Shades of Guardsman Red #A63140

Tints of Guardsman Red #A63140

RGB

 RED value IS 166 (65.23% from 255) = 59.5%

 GREEN value IS 49 (19.53% from 255) = 17.56%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 59.5%
G = 17.56%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A63140 (or 0xA63140) is known color: Guardsman Red. HEX triplet: A6, 31 and 40. RGB value is (166,49,64). Sum of RGB (Red+Green+Blue) = 166+49+64=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A63140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63140 is #59CEBF. Grayscale: #555555. Windows color (decimal): -5885632 or 4207014. OLE color: 4207014.

HSL color Cylindrical-coordinate representation of color #A63140: hue angle of 352.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63140 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 64 -
CMYK 0 0.70 0.61 0.35
HSL 352.31º 0.54% 0.42% -
HSV(B) 352.31º 0.7% 0.65% -
XYZ 17.75 10.67 5.98 -
YUV 85.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 166 49 64 0 0.70 0.61 0.35 352.31 0.54 0.42
Hex A6 31 40 0 46 3D 23 160 36 2A
Octal 246 61 100 0 106 75 43 540 66 52
Binary 10100110 110001 1000000 0 1000110 111101 100011 101100000 110110 101010

Color Harmonies of #A63140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63140

Black with #A63140

Text Example


Text Example

White with #A63140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63140; }

 p { color: rgb(166,49,64); }

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

background-color css

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

 a { background-color: rgb(166,49,64); }

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

border-color css

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

 span { border-color: rgb(166,49,64); }

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