Html Css Color HEX #A64636 Medium Carmine

📋 copy color: '#A64636'

red 166 ◦ green 70 ◦ blue 54

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

Shades of Medium Carmine #A64636

Tints of Medium Carmine #A64636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 57.24%
G = 24.14%
B = 18.62%

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

#A64636 (or 0xA64636) is known color: Medium Carmine. HEX triplet: A6, 46 and 36. RGB value is (166,70,54). Sum of RGB (Red+Green+Blue) = 166+70+54=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A64636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64636 is #59B9C9. Grayscale: #616161. Windows color (decimal): -5880266 or 3557030. OLE color: 3557030.

HSL color Cylindrical-coordinate representation of color #A64636: hue angle of 8.57º degrees, saturation: 0.51, 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 #A64636 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 54 -
CMYK 0 0.58 0.67 0.35
HSL 8.57º 0.51% 0.43% -
HSV(B) 8.57º 0.67% 0.65% -
XYZ 18.58 12.75 4.97 -
YUV 96.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 166 70 54 0 0.58 0.67 0.35 8.57 0.51 0.43
Hex A6 46 36 0 3A 43 23 9 33 2B
Octal 246 106 66 0 72 103 43 11 63 53
Binary 10100110 1000110 110110 0 111010 1000011 100011 1001 110011 101011

Color Harmonies of #A64636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64636

Black with #A64636

Text Example


Text Example

White with #A64636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64636; }

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

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

background-color css

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

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

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

border-color css

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

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

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