#A63C2E

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

Shades of Medium Carmine #A63C2E

Tints of Medium Carmine #A63C2E

Color information

#A63C2E (or 0xA63C2E) is unknown color: approx Medium Carmine. HEX triplet: A6, 3C and 2E. RGB value is (166,60,46). Sum of RGB (Red+Green+Blue) = 166+60+46=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C2E is #59C3D1. Grayscale: #5A5A5A. Windows color (decimal): -5882834 or 3030182. OLE color: 3030182.

HSL color Cylindrical-coordinate representation of color #A63C2E: hue angle of 7º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63C2E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1666046-
CMYK00.640.720.35
HSL56.6%41.57%-
HSV(B)72.29%65.1%-
XYZ17.8311.543.87-
YUV90.1103.12182.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.03%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=61.03%
G=22.06%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166604600.640.720.35756.641.57
HexA63C2E04048237392a
Octal246745601001104377152
Binary10100110111100101110010000001001000100011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63C2E; }

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

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

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

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

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

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

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

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