#AD392F

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

Shades of Medium Carmine #AD392F

Tints of Medium Carmine #AD392F

Color information

#AD392F (or 0xAD392F) is unknown color: approx Medium Carmine. HEX triplet: AD, 39 and 2F. RGB value is (173,57,47). Sum of RGB (Red+Green+Blue) = 173+57+47=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD392F is #52C6D0. Grayscale: #5A5A5A. Windows color (decimal): -5424849 or 3094957. OLE color: 3094957.

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

Color convert

RGB1735747-
CMYK00.670.730.32
HSL4.76º57.27%43.14%-
HSV(B)4.76º72.83%67.84%-
XYZ19.2112.024-
YUV90.54103.43186.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.45%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=62.45%
G=20.58%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173574700.670.730.324.7657.2743.14
HexAD392F04349205392b
Octal255715701031114057153
Binary10101101111001101111010000111001001100000101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD392F; }

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

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

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

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

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

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

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

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