Html Css Color HEX #A64336 Medium Carmine

📋 copy color: '#A64336'

red 166 ◦ green 67 ◦ blue 54

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

Shades of Medium Carmine #A64336

Tints of Medium Carmine #A64336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.82%

R = 57.84%
G = 23.34%
B = 18.82%

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

#A64336 (or 0xA64336) is known color: Medium Carmine. HEX triplet: A6, 43 and 36. RGB value is (166,67,54). Sum of RGB (Red+Green+Blue) = 166+67+54=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A64336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64336 is #59BCC9. Grayscale: #5F5F5F. Windows color (decimal): -5881034 or 3556262. OLE color: 3556262.

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

Color convert

RGB 166 67 54 -
CMYK 0 0.60 0.67 0.35
HSL 6.96º 0.51% 0.43% -
HSV(B) 6.96º 0.67% 0.65% -
XYZ 18.4 12.39 4.91 -
YUV 95.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 166 67 54 0 0.60 0.67 0.35 6.96 0.51 0.43
Hex A6 43 36 0 3C 43 23 7 33 2B
Octal 246 103 66 0 74 103 43 7 63 53
Binary 10100110 1000011 110110 0 111100 1000011 100011 111 110011 101011

Color Harmonies of #A64336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64336

Black with #A64336

Text Example


Text Example

White with #A64336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64336; }

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

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

background-color css

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

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

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

border-color css

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

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

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