Html Css Color HEX #A64131 Medium Carmine

📋 copy color: '#A64131'

red 166 ◦ green 65 ◦ blue 49

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

Shades of Medium Carmine #A64131

Tints of Medium Carmine #A64131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 59.29%
G = 23.21%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A64131 (or 0xA64131) is known color: Medium Carmine. HEX triplet: A6, 41 and 31. RGB value is (166,65,49). Sum of RGB (Red+Green+Blue) = 166+65+49=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A64131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64131 is #59BECE. Grayscale: #5D5D5D. Windows color (decimal): -5881551 or 3228070. OLE color: 3228070.

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

Color convert

RGB 166 65 49 -
CMYK 0 0.61 0.70 0.35
HSL 8.21º 0.54% 0.42% -
HSV(B) 8.21º 0.7% 0.65% -
XYZ 18.17 12.11 4.29 -
YUV 93.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 166 65 49 0 0.61 0.70 0.35 8.21 0.54 0.42
Hex A6 41 31 0 3D 46 23 8 36 2A
Octal 246 101 61 0 75 106 43 10 66 52
Binary 10100110 1000001 110001 0 111101 1000110 100011 1000 110110 101010

Color Harmonies of #A64131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64131

Black with #A64131

Text Example


Text Example

White with #A64131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64131; }

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

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

background-color css

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

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

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

border-color css

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

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

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