Html Css Color HEX #A64031 Medium Carmine

📋 copy color: '#A64031'

red 166 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #A64031

Tints of Medium Carmine #A64031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 59.5%
G = 22.94%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A64031 (or 0xA64031) is known color: Medium Carmine. HEX triplet: A6, 40 and 31. RGB value is (166,64,49). Sum of RGB (Red+Green+Blue) = 166+64+49=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A64031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64031 is #59BFCE. Grayscale: #5C5C5C. Windows color (decimal): -5881807 or 3227814. OLE color: 3227814.

HSL color Cylindrical-coordinate representation of color #A64031: hue angle of 7.69º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64031 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 64 49 -
CMYK 0 0.61 0.70 0.35
HSL 7.69º 0.54% 0.42% -
HSV(B) 7.69º 0.7% 0.65% -
XYZ 18.11 12 4.27 -
YUV 92.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 166 64 49 0 0.61 0.70 0.35 7.69 0.54 0.42
Hex A6 40 31 0 3D 46 23 8 36 2A
Octal 246 100 61 0 75 106 43 10 66 52
Binary 10100110 1000000 110001 0 111101 1000110 100011 1000 110110 101010

Color Harmonies of #A64031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64031

Black with #A64031

Text Example


Text Example

White with #A64031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64031; }

 p { color: rgb(166,64,49); }

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

background-color css

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

 a { background-color: rgb(166,64,49); }

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

border-color css

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

 span { border-color: rgb(166,64,49); }

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