#AD473D

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

Shades of Medium Carmine #AD473D

Tints of Medium Carmine #AD473D

Color information

#AD473D (or 0xAD473D) is unknown color: approx Medium Carmine. HEX triplet: AD, 47 and 3D. RGB value is (173,71,61). Sum of RGB (Red+Green+Blue) = 173+71+61=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD473D is #52B8C2. Grayscale: #646464. Windows color (decimal): -5421251 or 4016045. OLE color: 4016045.

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

Color convert

RGB1737161-
CMYK00.590.650.32
HSL5.36º47.86%45.88%-
HSV(B)5.36º64.74%67.84%-
XYZ20.3313.735.99-
YUV100.36105.79179.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 61 (24.22% from 255) = 20%
R=56.72%
G=23.28%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173716100.590.650.325.3647.8645.88
HexAD473D03B41205302e
Octal255107750731014056056
Binary10101101100011111110101110111000001100000101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD473D; }

 p { color: rgb(173,71,61); }

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

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

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

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

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

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

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