Html Css Color HEX #A64638 Medium Carmine

📋 copy color: '#A64638'

red 166 ◦ green 70 ◦ blue 56

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

Shades of Medium Carmine #A64638

Tints of Medium Carmine #A64638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 56.85%
G = 23.97%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A64638 (or 0xA64638) is known color: Medium Carmine. HEX triplet: A6, 46 and 38. RGB value is (166,70,56). Sum of RGB (Red+Green+Blue) = 166+70+56=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A64638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64638 is #59B9C7. Grayscale: #616161. Windows color (decimal): -5880264 or 3688102. OLE color: 3688102.

HSL color Cylindrical-coordinate representation of color #A64638: hue angle of 7.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64638 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 56 -
CMYK 0 0.58 0.66 0.35
HSL 7.64º 0.5% 0.44% -
HSV(B) 7.64º 0.66% 0.65% -
XYZ 18.63 12.77 5.22 -
YUV 97.11 104.8 177.14 -
System Red Green Blue C M Y K H S L
Decimal 166 70 56 0 0.58 0.66 0.35 7.64 0.5 0.44
Hex A6 46 38 0 3A 42 23 8 32 2C
Octal 246 106 70 0 72 102 43 10 62 54
Binary 10100110 1000110 111000 0 111010 1000010 100011 1000 110010 101100

Color Harmonies of #A64638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64638

Black with #A64638

Text Example


Text Example

White with #A64638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64638; }

 p { color: rgb(166,70,56); }

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

background-color css

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

 a { background-color: rgb(166,70,56); }

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

border-color css

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

 span { border-color: rgb(166,70,56); }

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