#AD4040

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

Shades of Medium Carmine #AD4040

Tints of Medium Carmine #AD4040

Color information

#AD4040 (or 0xAD4040) is unknown color: approx Medium Carmine. HEX triplet: AD, 40 and 40. RGB value is (173,64,64). Sum of RGB (Red+Green+Blue) = 173+64+64=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4040 is #52BFBF. Grayscale: #606060. Windows color (decimal): -5423040 or 4210861. OLE color: 4210861.

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

Color convert

RGB1736464-
CMYK00.630.630.32
HSL45.99%46.47%-
HSV(B)63.01%67.84%-
XYZ19.9912.926.29-
YUV96.59109.61182.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=57.48%
G=21.26%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173646400.630.630.32045.9946.47
HexAD404003F3F2002e2e
Octal255100100077774005656
Binary101011011000000100000001111111111111000000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4040; }

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

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

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

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

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

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

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

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