#AD4439

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

Shades of Medium Carmine #AD4439

Tints of Medium Carmine #AD4439

Color information

#AD4439 (or 0xAD4439) is unknown color: approx Medium Carmine. HEX triplet: AD, 44 and 39. RGB value is (173,68,57). Sum of RGB (Red+Green+Blue) = 173+68+57=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4439 is #52BBC6. Grayscale: #626262. Windows color (decimal): -5422023 or 3753133. OLE color: 3753133.

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

Color convert

RGB1736857-
CMYK00.610.670.32
HSL5.69º50.43%45.1%-
HSV(B)5.69º67.05%67.84%-
XYZ20.0413.315.38-
YUV98.14104.79181.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 57 (22.66% from 255) = 19.13%
R=58.05%
G=22.82%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173685700.610.670.325.6950.4345.1
HexAD443903D43206322d
Octal255104710751034066255
Binary10101101100010011100101111011000011100000110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4439; }

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

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

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

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

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

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

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

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