#AD4027

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

Shades of Medium Carmine #AD4027

Tints of Medium Carmine #AD4027

Color information

#AD4027 (or 0xAD4027) is unknown color: approx Medium Carmine. HEX triplet: AD, 40 and 27. RGB value is (173,64,39). Sum of RGB (Red+Green+Blue) = 173+64+39=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4027 is #52BFD8. Grayscale: #5D5D5D. Windows color (decimal): -5423065 or 2572461. OLE color: 2572461.

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

Color convert

RGB1736439-
CMYK00.630.770.32
HSL11.19º63.21%41.57%-
HSV(B)11.19º77.46%67.84%-
XYZ19.4312.73.35-
YUV93.7497.11184.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.68%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=62.68%
G=23.19%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173643900.630.770.3211.1963.2141.57
HexAD402703F4D20b3f2a
Octal2551004707711540137752
Binary101011011000000100111011111110011011000001011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4027; }

 p { color: rgb(173,64,39); }

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

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

 a { background-color: rgb(173,64,39); }

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

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

 span { border-color: rgb(173,64,39); }

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