Html Css Color HEX #A64036 Medium Carmine

📋 copy color: '#A64036'

red 166 ◦ green 64 ◦ blue 54

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

Shades of Medium Carmine #A64036

Tints of Medium Carmine #A64036

RGB

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

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

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

R = 58.45%
G = 22.54%
B = 19.01%

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

#A64036 (or 0xA64036) is known color: Medium Carmine. HEX triplet: A6, 40 and 36. RGB value is (166,64,54). Sum of RGB (Red+Green+Blue) = 166+64+54=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A64036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64036 is #59BFC9. Grayscale: #5D5D5D. Windows color (decimal): -5881802 or 3555494. OLE color: 3555494.

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

Color convert

RGB 166 64 54 -
CMYK 0 0.61 0.67 0.35
HSL 5.36º 0.51% 0.43% -
HSV(B) 5.36º 0.67% 0.65% -
XYZ 18.23 12.04 4.85 -
YUV 93.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 166 64 54 0 0.61 0.67 0.35 5.36 0.51 0.43
Hex A6 40 36 0 3D 43 23 5 33 2B
Octal 246 100 66 0 75 103 43 5 63 53
Binary 10100110 1000000 110110 0 111101 1000011 100011 101 110011 101011

Color Harmonies of #A64036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64036

Black with #A64036

Text Example


Text Example

White with #A64036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64036; }

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

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

background-color css

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

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

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

border-color css

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

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

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