Html Css Color HEX #A64035 Medium Carmine

📋 copy color: '#A64035'

red 166 ◦ green 64 ◦ blue 53

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

Shades of Medium Carmine #A64035

Tints of Medium Carmine #A64035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 58.66%
G = 22.61%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A64035 (or 0xA64035) is known color: Medium Carmine. HEX triplet: A6, 40 and 35. RGB value is (166,64,53). Sum of RGB (Red+Green+Blue) = 166+64+53=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A64035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64035 is #59BFCA. Grayscale: #5D5D5D. Windows color (decimal): -5881803 or 3489958. OLE color: 3489958.

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

Color convert

RGB 166 64 53 -
CMYK 0 0.61 0.68 0.35
HSL 5.84º 0.52% 0.43% -
HSV(B) 5.84º 0.68% 0.65% -
XYZ 18.2 12.03 4.73 -
YUV 93.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 166 64 53 0 0.61 0.68 0.35 5.84 0.52 0.43
Hex A6 40 35 0 3D 44 23 6 34 2B
Octal 246 100 65 0 75 104 43 6 64 53
Binary 10100110 1000000 110101 0 111101 1000100 100011 110 110100 101011

Color Harmonies of #A64035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64035

Black with #A64035

Text Example


Text Example

White with #A64035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64035; }

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

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

background-color css

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

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

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

border-color css

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

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

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