Html Css Color HEX #A64737 Medium Carmine

📋 copy color: '#A64737'

red 166 ◦ green 71 ◦ blue 55

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

Shades of Medium Carmine #A64737

Tints of Medium Carmine #A64737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

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

R = 56.85%
G = 24.32%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A64737 (or 0xA64737) is known color: Medium Carmine. HEX triplet: A6, 47 and 37. RGB value is (166,71,55). Sum of RGB (Red+Green+Blue) = 166+71+55=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A64737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64737 is #59B8C8. Grayscale: #616161. Windows color (decimal): -5880009 or 3622822. OLE color: 3622822.

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

Color convert

RGB 166 71 55 -
CMYK 0 0.57 0.67 0.35
HSL 8.65º 0.5% 0.43% -
HSV(B) 8.65º 0.67% 0.65% -
XYZ 18.67 12.89 5.12 -
YUV 97.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 166 71 55 0 0.57 0.67 0.35 8.65 0.5 0.43
Hex A6 47 37 0 39 43 23 9 32 2B
Octal 246 107 67 0 71 103 43 11 62 53
Binary 10100110 1000111 110111 0 111001 1000011 100011 1001 110010 101011

Color Harmonies of #A64737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64737

Black with #A64737

Text Example


Text Example

White with #A64737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64737; }

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

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

background-color css

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

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

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

border-color css

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

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

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