#AD4539

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

Shades of Medium Carmine #AD4539

Tints of Medium Carmine #AD4539

Color information

#AD4539 (or 0xAD4539) is unknown color: approx Medium Carmine. HEX triplet: AD, 45 and 39. RGB value is (173,69,57). Sum of RGB (Red+Green+Blue) = 173+69+57=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4539 is #52BAC6. Grayscale: #626262. Windows color (decimal): -5421767 or 3753389. OLE color: 3753389.

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

Color convert

RGB1736957-
CMYK00.600.670.32
HSL6.21º50.43%45.1%-
HSV(B)6.21º67.05%67.84%-
XYZ20.113.445.4-
YUV98.73104.46180.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 57 (22.66% from 255) = 19.06%
R=57.86%
G=23.08%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173695700.600.670.326.2150.4345.1
HexAD453903C43206322d
Octal255105710741034066255
Binary10101101100010111100101111001000011100000110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4539; }

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

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

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

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

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

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

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

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