Html Css Color HEX #A64439 Medium Carmine

📋 copy color: '#A64439'

red 166 ◦ green 68 ◦ blue 57

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

Shades of Medium Carmine #A64439

Tints of Medium Carmine #A64439

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

 BLUE value IS 57 (22.66% from 255) = 19.59%

R = 57.04%
G = 23.37%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A64439 (or 0xA64439) is known color: Medium Carmine. HEX triplet: A6, 44 and 39. RGB value is (166,68,57). Sum of RGB (Red+Green+Blue) = 166+68+57=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A64439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64439 is #59BBC6. Grayscale: #606060. Windows color (decimal): -5880775 or 3753126. OLE color: 3753126.

HSL color Cylindrical-coordinate representation of color #A64439: hue angle of 6.06º degrees, saturation: 0.49, 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 #A64439 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 57 -
CMYK 0 0.59 0.66 0.35
HSL 6.06º 0.49% 0.44% -
HSV(B) 6.06º 0.66% 0.65% -
XYZ 18.53 12.54 5.31 -
YUV 96.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 166 68 57 0 0.59 0.66 0.35 6.06 0.49 0.44
Hex A6 44 39 0 3B 42 23 6 31 2C
Octal 246 104 71 0 73 102 43 6 61 54
Binary 10100110 1000100 111001 0 111011 1000010 100011 110 110001 101100

Color Harmonies of #A64439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64439

Black with #A64439

Text Example


Text Example

White with #A64439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64439; }

 p { color: rgb(166,68,57); }

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

background-color css

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

 a { background-color: rgb(166,68,57); }

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

border-color css

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

 span { border-color: rgb(166,68,57); }

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