#AD4139

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

Shades of Medium Carmine #AD4139

Tints of Medium Carmine #AD4139

Color information

#AD4139 (or 0xAD4139) is unknown color: approx Medium Carmine. HEX triplet: AD, 41 and 39. RGB value is (173,65,57). Sum of RGB (Red+Green+Blue) = 173+65+57=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4139 is #52BEC6. Grayscale: #606060. Windows color (decimal): -5422791 or 3752365. OLE color: 3752365.

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

Color convert

RGB1736557-
CMYK00.620.670.32
HSL4.14º50.43%45.1%-
HSV(B)4.14º67.05%67.84%-
XYZ19.8612.965.33-
YUV96.38105.78182.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.64%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=58.64%
G=22.03%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173655700.620.670.324.1450.4345.1
HexAD413903E43204322d
Octal255101710761034046255
Binary10101101100000111100101111101000011100000100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4139; }

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

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

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

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

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

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

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

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