Html Css Color HEX #A64637 Medium Carmine

📋 copy color: '#A64637'

red 166 ◦ green 70 ◦ blue 55

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

Shades of Medium Carmine #A64637

Tints of Medium Carmine #A64637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.9%

R = 57.04%
G = 24.05%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A64637 (or 0xA64637) is known color: Medium Carmine. HEX triplet: A6, 46 and 37. RGB value is (166,70,55). Sum of RGB (Red+Green+Blue) = 166+70+55=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A64637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64637 is #59B9C8. Grayscale: #616161. Windows color (decimal): -5880265 or 3622566. OLE color: 3622566.

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

Color convert

RGB 166 70 55 -
CMYK 0 0.58 0.67 0.35
HSL 8.11º 0.5% 0.43% -
HSV(B) 8.11º 0.67% 0.65% -
XYZ 18.61 12.76 5.1 -
YUV 96.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 166 70 55 0 0.58 0.67 0.35 8.11 0.5 0.43
Hex A6 46 37 0 3A 43 23 8 32 2B
Octal 246 106 67 0 72 103 43 10 62 53
Binary 10100110 1000110 110111 0 111010 1000011 100011 1000 110010 101011

Color Harmonies of #A64637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64637

Black with #A64637

Text Example


Text Example

White with #A64637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64637; }

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

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

background-color css

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

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

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

border-color css

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

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

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