Html Css Color HEX #A64335 Medium Carmine

📋 copy color: '#A64335'

red 166 ◦ green 67 ◦ blue 53

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

Shades of Medium Carmine #A64335

Tints of Medium Carmine #A64335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

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

R = 58.04%
G = 23.43%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A64335 (or 0xA64335) is known color: Medium Carmine. HEX triplet: A6, 43 and 35. RGB value is (166,67,53). Sum of RGB (Red+Green+Blue) = 166+67+53=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A64335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64335 is #59BCCA. Grayscale: #5F5F5F. Windows color (decimal): -5881035 or 3490726. OLE color: 3490726.

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

Color convert

RGB 166 67 53 -
CMYK 0 0.60 0.68 0.35
HSL 7.43º 0.52% 0.43% -
HSV(B) 7.43º 0.68% 0.65% -
XYZ 18.38 12.38 4.79 -
YUV 95.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 166 67 53 0 0.60 0.68 0.35 7.43 0.52 0.43
Hex A6 43 35 0 3C 44 23 7 34 2B
Octal 246 103 65 0 74 104 43 7 64 53
Binary 10100110 1000011 110101 0 111100 1000100 100011 111 110100 101011

Color Harmonies of #A64335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64335

Black with #A64335

Text Example


Text Example

White with #A64335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64335; }

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

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

background-color css

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

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

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

border-color css

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

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

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