#AD4435

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

Shades of Medium Carmine #AD4435

Tints of Medium Carmine #AD4435

Color information

#AD4435 (or 0xAD4435) is unknown color: approx Medium Carmine. HEX triplet: AD, 44 and 35. RGB value is (173,68,53). Sum of RGB (Red+Green+Blue) = 173+68+53=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4435 is #52BBCA. Grayscale: #616161. Windows color (decimal): -5422027 or 3490989. OLE color: 3490989.

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

Color convert

RGB1736853-
CMYK00.610.690.32
HSL7.5º53.1%44.31%-
HSV(B)7.5º69.36%67.84%-
XYZ19.9413.284.88-
YUV97.68102.79181.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.84%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=58.84%
G=23.13%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173685300.610.690.327.553.144.31
HexAD443503D45208352c
Octal2551046507510540106554
Binary101011011000100110101011110110001011000001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4435; }

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

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

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

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

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

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

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

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