#A63D2E

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

Shades of Medium Carmine #A63D2E

Tints of Medium Carmine #A63D2E

Color information

#A63D2E (or 0xA63D2E) is unknown color: approx Medium Carmine. HEX triplet: A6, 3D and 2E. RGB value is (166,61,46). Sum of RGB (Red+Green+Blue) = 166+61+46=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D2E is #59C2D1. Grayscale: #5A5A5A. Windows color (decimal): -5882578 or 3030438. OLE color: 3030438.

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

Color convert

RGB1666146-
CMYK00.630.720.35
HSL7.5º56.6%41.57%-
HSV(B)7.5º72.29%65.1%-
XYZ17.8911.643.89-
YUV90.68102.79181.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.81%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=60.81%
G=22.34%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166614600.630.720.357.556.641.57
HexA63D2E03F48237392a
Octal24675560771104377152
Binary1010011011110110111001111111001000100011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D2E; }

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

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

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

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

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

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

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

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