#AD4336

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

Shades of Medium Carmine #AD4336

Tints of Medium Carmine #AD4336

Color information

#AD4336 (or 0xAD4336) is unknown color: approx Medium Carmine. HEX triplet: AD, 43 and 36. RGB value is (173,67,54). Sum of RGB (Red+Green+Blue) = 173+67+54=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4336 is #52BCC9. Grayscale: #616161. Windows color (decimal): -5422282 or 3556269. OLE color: 3556269.

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

Color convert

RGB1736754-
CMYK00.610.690.32
HSL6.55º52.42%44.51%-
HSV(B)6.55º68.79%67.84%-
XYZ19.9113.164.98-
YUV97.21103.62182.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.84%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=58.84%
G=22.79%
B=18.37%

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
Decimal173675400.610.690.326.5552.4244.51
HexAD433603D45207342d
Octal255103660751054076455
Binary10101101100001111011001111011000101100000111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4336; }

 p { color: rgb(173,67,54); }

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

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

 a { background-color: rgb(173,67,54); }

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

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

 span { border-color: rgb(173,67,54); }

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