Html Css Color HEX #A64034 Medium Carmine

📋 copy color: '#A64034'

red 166 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #A64034

Tints of Medium Carmine #A64034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 58.87%
G = 22.7%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A64034 (or 0xA64034) is known color: Medium Carmine. HEX triplet: A6, 40 and 34. RGB value is (166,64,52). Sum of RGB (Red+Green+Blue) = 166+64+52=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A64034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64034 is #59BFCB. Grayscale: #5D5D5D. Windows color (decimal): -5881804 or 3424422. OLE color: 3424422.

HSL color Cylindrical-coordinate representation of color #A64034: hue angle of 6.32º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64034 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 64 52 -
CMYK 0 0.61 0.69 0.35
HSL 6.32º 0.52% 0.43% -
HSV(B) 6.32º 0.69% 0.65% -
XYZ 18.18 12.02 4.61 -
YUV 93.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 166 64 52 0 0.61 0.69 0.35 6.32 0.52 0.43
Hex A6 40 34 0 3D 45 23 6 34 2B
Octal 246 100 64 0 75 105 43 6 64 53
Binary 10100110 1000000 110100 0 111101 1000101 100011 110 110100 101011

Color Harmonies of #A64034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64034

Black with #A64034

Text Example


Text Example

White with #A64034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64034; }

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

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

background-color css

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

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

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

border-color css

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

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

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