Html Css Color HEX #A64438 Medium Carmine

📋 copy color: '#A64438'

red 166 ◦ green 68 ◦ blue 56

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

Shades of Medium Carmine #A64438

Tints of Medium Carmine #A64438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 57.24%
G = 23.45%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A64438 (or 0xA64438) is known color: Medium Carmine. HEX triplet: A6, 44 and 38. RGB value is (166,68,56). Sum of RGB (Red+Green+Blue) = 166+68+56=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A64438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64438 is #59BBC7. Grayscale: #606060. Windows color (decimal): -5880776 or 3687590. OLE color: 3687590.

HSL color Cylindrical-coordinate representation of color #A64438: hue angle of 6.55º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64438 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 56 -
CMYK 0 0.59 0.66 0.35
HSL 6.55º 0.5% 0.44% -
HSV(B) 6.55º 0.66% 0.65% -
XYZ 18.51 12.53 5.18 -
YUV 95.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 166 68 56 0 0.59 0.66 0.35 6.55 0.5 0.44
Hex A6 44 38 0 3B 42 23 7 32 2C
Octal 246 104 70 0 73 102 43 7 62 54
Binary 10100110 1000100 111000 0 111011 1000010 100011 111 110010 101100

Color Harmonies of #A64438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64438

Black with #A64438

Text Example


Text Example

White with #A64438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64438; }

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

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

background-color css

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

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

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

border-color css

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

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

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