#A63C39

Color #A63C39 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #A63C39

Tints of Medium Carmine #A63C39

Color information

#A63C39 (or 0xA63C39) is unknown color: approx Medium Carmine. HEX triplet: A6, 3C and 39. RGB value is (166,60,57). Sum of RGB (Red+Green+Blue) = 166+60+57=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C39 is #59C3C6. Grayscale: #5B5B5B. Windows color (decimal): -5882823 or 3751078. OLE color: 3751078.

HSL color Cylindrical-coordinate representation of color #A63C39: hue angle of 1.65º degrees, saturation: 0.49, 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 #A63C39 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1666057-
CMYK00.640.660.35
HSL1.65º48.88%43.73%-
HSV(B)1.65º65.66%65.1%-
XYZ18.0811.635.16-
YUV91.35108.62181.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=58.66%
G=21.20%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166605700.640.660.351.6548.8843.73
HexA63C3904042232312c
Octal246747101001024326154
Binary1010011011110011100101000000100001010001110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63C39; }

 p { color: rgb(166,60,57); }

 H1.HeaderClassName
 {
   color: #A63C39;
 }
 .AnyTagClassName
 {
   color: #A63C39;
 }
</style>
background-color css

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

 a { background-color: rgb(166,60,57); }

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

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

 span { border-color: rgb(166,60,57); }

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