#AD4635

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

Shades of Medium Carmine #AD4635

Tints of Medium Carmine #AD4635

Color information

#AD4635 (or 0xAD4635) is unknown color: approx Medium Carmine. HEX triplet: AD, 46 and 35. RGB value is (173,70,53). Sum of RGB (Red+Green+Blue) = 173+70+53=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4635 is #52B9CA. Grayscale: #636363. Windows color (decimal): -5421515 or 3491501. OLE color: 3491501.

HSL color Cylindrical-coordinate representation of color #AD4635: hue angle of 8.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4635 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB1737053-
CMYK00.600.690.32
HSL8.5º53.1%44.31%-
HSV(B)8.5º69.36%67.84%-
XYZ20.0713.524.92-
YUV98.86102.12180.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.45%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=58.45%
G=23.65%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173705300.600.690.328.553.144.31
HexAD463503C45209352c
Octal2551066507410540116554
Binary101011011000110110101011110010001011000001001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4635; }

 p { color: rgb(173,70,53); }

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

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

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

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

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

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

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