Html Css Color HEX #A64037 Medium Carmine

📋 copy color: '#A64037'

red 166 ◦ green 64 ◦ blue 55

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

Shades of Medium Carmine #A64037

Tints of Medium Carmine #A64037

RGB

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

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

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

R = 58.25%
G = 22.46%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A64037 (or 0xA64037) is known color: Medium Carmine. HEX triplet: A6, 40 and 37. RGB value is (166,64,55). Sum of RGB (Red+Green+Blue) = 166+64+55=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A64037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64037 is #59BFC8. Grayscale: #5D5D5D. Windows color (decimal): -5881801 or 3621030. OLE color: 3621030.

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

Color convert

RGB 166 64 55 -
CMYK 0 0.61 0.67 0.35
HSL 4.86º 0.5% 0.43% -
HSV(B) 4.86º 0.67% 0.65% -
XYZ 18.25 12.05 4.98 -
YUV 93.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 166 64 55 0 0.61 0.67 0.35 4.86 0.5 0.43
Hex A6 40 37 0 3D 43 23 5 32 2B
Octal 246 100 67 0 75 103 43 5 62 53
Binary 10100110 1000000 110111 0 111101 1000011 100011 101 110010 101011

Color Harmonies of #A64037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64037

Black with #A64037

Text Example


Text Example

White with #A64037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64037; }

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

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

background-color css

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

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

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

border-color css

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

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

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