Html Css Color HEX #A64435 Medium Carmine

📋 copy color: '#A64435'

red 166 ◦ green 68 ◦ blue 53

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

Shades of Medium Carmine #A64435

Tints of Medium Carmine #A64435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

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

R = 57.84%
G = 23.69%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A64435 (or 0xA64435) is known color: Medium Carmine. HEX triplet: A6, 44 and 35. RGB value is (166,68,53). Sum of RGB (Red+Green+Blue) = 166+68+53=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A64435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64435 is #59BBCA. Grayscale: #5F5F5F. Windows color (decimal): -5880779 or 3490982. OLE color: 3490982.

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

Color convert

RGB 166 68 53 -
CMYK 0 0.59 0.68 0.35
HSL 7.96º 0.52% 0.43% -
HSV(B) 7.96º 0.68% 0.65% -
XYZ 18.44 12.5 4.81 -
YUV 95.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 166 68 53 0 0.59 0.68 0.35 7.96 0.52 0.43
Hex A6 44 35 0 3B 44 23 8 34 2B
Octal 246 104 65 0 73 104 43 10 64 53
Binary 10100110 1000100 110101 0 111011 1000100 100011 1000 110100 101011

Color Harmonies of #A64435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64435

Black with #A64435

Text Example


Text Example

White with #A64435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64435; }

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

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

background-color css

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

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

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

border-color css

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

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

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