#AD4236

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

Shades of Medium Carmine #AD4236

Tints of Medium Carmine #AD4236

Color information

#AD4236 (or 0xAD4236) is unknown color: approx Medium Carmine. HEX triplet: AD, 42 and 36. RGB value is (173,66,54). Sum of RGB (Red+Green+Blue) = 173+66+54=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4236 is #52BDC9. Grayscale: #606060. Windows color (decimal): -5422538 or 3556013. OLE color: 3556013.

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

Color convert

RGB1736654-
CMYK00.620.690.32
HSL6.05º52.42%44.51%-
HSV(B)6.05º68.79%67.84%-
XYZ19.8513.054.96-
YUV96.62103.95182.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.04%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=59.04%
G=22.53%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173665400.620.690.326.0552.4244.51
HexAD423603E45206342d
Octal255102660761054066455
Binary10101101100001011011001111101000101100000110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4236; }

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

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

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

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

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

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

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

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