#AD4140

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

Shades of Medium Carmine #AD4140

Tints of Medium Carmine #AD4140

Color information

#AD4140 (or 0xAD4140) is unknown color: approx Medium Carmine. HEX triplet: AD, 41 and 40. RGB value is (173,65,64). Sum of RGB (Red+Green+Blue) = 173+65+64=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4140 is #52BEBF. Grayscale: #616161. Windows color (decimal): -5422784 or 4211117. OLE color: 4211117.

HSL color Cylindrical-coordinate representation of color #AD4140: hue angle of 0.55º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4140 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB1736564-
CMYK00.620.630.32
HSL0.55º45.99%46.47%-
HSV(B)0.55º63.01%67.84%-
XYZ20.0513.036.31-
YUV97.18109.28182.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.28%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 64 (25.39% from 255) = 21.19%
R=57.28%
G=21.52%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173656400.620.630.320.5545.9946.47
HexAD414003E3F2012e2e
Octal255101100076774015656
Binary101011011000001100000001111101111111000001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4140; }

 p { color: rgb(173,65,64); }

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

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

 a { background-color: rgb(173,65,64); }

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

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

 span { border-color: rgb(173,65,64); }

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