#AD462E

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

Shades of Medium Carmine #AD462E

Tints of Medium Carmine #AD462E

Color information

#AD462E (or 0xAD462E) is unknown color: approx Medium Carmine. HEX triplet: AD, 46 and 2E. RGB value is (173,70,46). Sum of RGB (Red+Green+Blue) = 173+70+46=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD462E is #52B9D1. Grayscale: #626262. Windows color (decimal): -5421522 or 3032749. OLE color: 3032749.

HSL color Cylindrical-coordinate representation of color #AD462E: hue angle of 11.34º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD462E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB1737046-
CMYK00.600.730.32
HSL11.34º57.99%42.94%-
HSV(B)11.34º73.41%67.84%-
XYZ19.9213.464.13-
YUV98.0698.62181.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 46 (18.36% from 255) = 15.92%
R=59.86%
G=24.22%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173704600.600.730.3211.3457.9942.94
HexAD462E03C4920b3a2b
Octal2551065607411140137253
Binary101011011000110101110011110010010011000001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD462E; }

 p { color: rgb(173,70,46); }

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

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

 a { background-color: rgb(173,70,46); }

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

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

 span { border-color: rgb(173,70,46); }

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