#ad413f

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

Shades of Medium Carmine #AD413F

Tints of Medium Carmine #AD413F

Color information

#AD413F (or 0xAD413F) is unknown color: approx Medium Carmine. HEX triplet: AD, 41 and 3F. RGB value is (173,65,63). Sum of RGB (Red+Green+Blue) = 173+65+63=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD413F is #52BEC0. Grayscale: #616161. Windows color (decimal): -5422785 or 4145581. OLE color: 4145581.

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

Color convert

RGB1736563-
CMYK00.620.640.32
HSL1.09º46.61%46.27%-
HSV(B)1.09º63.58%67.84%-
XYZ20.0213.026.16-
YUV97.06108.78182.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 63 (25% from 255) = 20.93%
R=57.48%
G=21.59%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173656300.620.640.321.0946.6146.27
HexAD413F03E402012f2e
Octal255101770761004015756
Binary101011011000001111111011111010000001000001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad413f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad413f; }

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

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

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

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

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

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

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

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