Html Css Color HEX #A64032 Medium Carmine

📋 copy color: '#A64032'

red 166 ◦ green 64 ◦ blue 50

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

Shades of Medium Carmine #A64032

Tints of Medium Carmine #A64032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 59.29%
G = 22.86%
B = 17.86%

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

#A64032 (or 0xA64032) is known color: Medium Carmine. HEX triplet: A6, 40 and 32. RGB value is (166,64,50). Sum of RGB (Red+Green+Blue) = 166+64+50=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A64032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64032 is #59BFCD. Grayscale: #5D5D5D. Windows color (decimal): -5881806 or 3293350. OLE color: 3293350.

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

Color convert

RGB 166 64 50 -
CMYK 0 0.61 0.70 0.35
HSL 7.24º 0.54% 0.42% -
HSV(B) 7.24º 0.7% 0.65% -
XYZ 18.14 12 4.38 -
YUV 92.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 166 64 50 0 0.61 0.70 0.35 7.24 0.54 0.42
Hex A6 40 32 0 3D 46 23 7 36 2A
Octal 246 100 62 0 75 106 43 7 66 52
Binary 10100110 1000000 110010 0 111101 1000110 100011 111 110110 101010

Color Harmonies of #A64032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64032

Black with #A64032

Text Example


Text Example

White with #A64032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64032; }

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

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

background-color css

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

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

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

border-color css

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

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

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