#AD4938

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

Shades of Medium Carmine #AD4938

Tints of Medium Carmine #AD4938

Color information

#AD4938 (or 0xAD4938) is unknown color: approx Medium Carmine. HEX triplet: AD, 49 and 38. RGB value is (173,73,56). Sum of RGB (Red+Green+Blue) = 173+73+56=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4938 is #52B6C7. Grayscale: #656565. Windows color (decimal): -5420744 or 3688877. OLE color: 3688877.

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

Color convert

RGB1737356-
CMYK00.580.680.32
HSL8.72º51.09%44.9%-
HSV(B)8.72º67.63%67.84%-
XYZ20.3313.935.36-
YUV100.96102.63179.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.28%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=57.28%
G=24.17%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173735600.580.680.328.7251.0944.9
HexAD493803A44209332d
Octal2551117007210440116355
Binary101011011001001111000011101010001001000001001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4938; }

 p { color: rgb(173,73,56); }

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

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

 a { background-color: rgb(173,73,56); }

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

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

 span { border-color: rgb(173,73,56); }

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