#AD413C

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

Shades of Medium Carmine #AD413C

Tints of Medium Carmine #AD413C

Color information

#AD413C (or 0xAD413C) is unknown color: approx Medium Carmine. HEX triplet: AD, 41 and 3C. RGB value is (173,65,60). Sum of RGB (Red+Green+Blue) = 173+65+60=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD413C is #52BEC3. Grayscale: #606060. Windows color (decimal): -5422788 or 3948973. OLE color: 3948973.

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

Color convert

RGB1736560-
CMYK00.620.650.32
HSL2.65º48.5%45.69%-
HSV(B)2.65º65.32%67.84%-
XYZ19.9412.995.73-
YUV96.72107.28182.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=58.05%
G=21.81%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173656000.620.650.322.6548.545.69
HexAD413C03E41203302e
Octal255101740761014036056
Binary1010110110000011111000111110100000110000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD413C; }

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

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

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

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

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

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

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

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