Html Css Color HEX #A64133 Medium Carmine

📋 copy color: '#A64133'

red 166 ◦ green 65 ◦ blue 51

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

Shades of Medium Carmine #A64133

Tints of Medium Carmine #A64133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 58.87%
G = 23.05%
B = 18.09%

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

#A64133 (or 0xA64133) is known color: Medium Carmine. HEX triplet: A6, 41 and 33. RGB value is (166,65,51). Sum of RGB (Red+Green+Blue) = 166+65+51=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A64133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64133 is #59BECC. Grayscale: #5D5D5D. Windows color (decimal): -5881549 or 3359142. OLE color: 3359142.

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

Color convert

RGB 166 65 51 -
CMYK 0 0.61 0.69 0.35
HSL 7.3º 0.53% 0.43% -
HSV(B) 7.3º 0.69% 0.65% -
XYZ 18.21 12.13 4.51 -
YUV 93.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 166 65 51 0 0.61 0.69 0.35 7.3 0.53 0.43
Hex A6 41 33 0 3D 45 23 7 35 2B
Octal 246 101 63 0 75 105 43 7 65 53
Binary 10100110 1000001 110011 0 111101 1000101 100011 111 110101 101011

Color Harmonies of #A64133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64133

Black with #A64133

Text Example


Text Example

White with #A64133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64133; }

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

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

background-color css

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

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

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

border-color css

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

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

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