Html Css Color HEX #A64132 Medium Carmine

📋 copy color: '#A64132'

red 166 ◦ green 65 ◦ blue 50

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

Shades of Medium Carmine #A64132

Tints of Medium Carmine #A64132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 59.07%
G = 23.13%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A64132 (or 0xA64132) is known color: Medium Carmine. HEX triplet: A6, 41 and 32. RGB value is (166,65,50). Sum of RGB (Red+Green+Blue) = 166+65+50=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A64132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64132 is #59BECD. Grayscale: #5D5D5D. Windows color (decimal): -5881550 or 3293606. OLE color: 3293606.

HSL color Cylindrical-coordinate representation of color #A64132: hue angle of 7.76º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64132 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 50 -
CMYK 0 0.61 0.70 0.35
HSL 7.76º 0.54% 0.42% -
HSV(B) 7.76º 0.7% 0.65% -
XYZ 18.19 12.12 4.4 -
YUV 93.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 166 65 50 0 0.61 0.70 0.35 7.76 0.54 0.42
Hex A6 41 32 0 3D 46 23 8 36 2A
Octal 246 101 62 0 75 106 43 10 66 52
Binary 10100110 1000001 110010 0 111101 1000110 100011 1000 110110 101010

Color Harmonies of #A64132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64132

Black with #A64132

Text Example


Text Example

White with #A64132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64132; }

 p { color: rgb(166,65,50); }

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

background-color css

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

 a { background-color: rgb(166,65,50); }

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

border-color css

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

 span { border-color: rgb(166,65,50); }

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