Html Css Color HEX #A64337 Medium Carmine

📋 copy color: '#A64337'

red 166 ◦ green 67 ◦ blue 55

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

Shades of Medium Carmine #A64337

Tints of Medium Carmine #A64337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 57.64%
G = 23.26%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A64337 (or 0xA64337) is known color: Medium Carmine. HEX triplet: A6, 43 and 37. RGB value is (166,67,55). Sum of RGB (Red+Green+Blue) = 166+67+55=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A64337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64337 is #59BCC8. Grayscale: #5F5F5F. Windows color (decimal): -5881033 or 3621798. OLE color: 3621798.

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

Color convert

RGB 166 67 55 -
CMYK 0 0.60 0.67 0.35
HSL 6.49º 0.5% 0.43% -
HSV(B) 6.49º 0.67% 0.65% -
XYZ 18.42 12.4 5.04 -
YUV 95.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 166 67 55 0 0.60 0.67 0.35 6.49 0.5 0.43
Hex A6 43 37 0 3C 43 23 6 32 2B
Octal 246 103 67 0 74 103 43 6 62 53
Binary 10100110 1000011 110111 0 111100 1000011 100011 110 110010 101011

Color Harmonies of #A64337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64337

Black with #A64337

Text Example


Text Example

White with #A64337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64337; }

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

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

background-color css

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

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

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

border-color css

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

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

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