#AD3727

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

Shades of Medium Carmine #AD3727

Tints of Medium Carmine #AD3727

Color information

#AD3727 (or 0xAD3727) is unknown color: approx Medium Carmine. HEX triplet: AD, 37 and 27. RGB value is (173,55,39). Sum of RGB (Red+Green+Blue) = 173+55+39=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3727 is #52C8D8. Grayscale: #585858. Windows color (decimal): -5425369 or 2570157. OLE color: 2570157.

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

Color convert

RGB1735539-
CMYK00.680.770.32
HSL7.16º63.21%41.57%-
HSV(B)7.16º77.46%67.84%-
XYZ18.9711.763.19-
YUV88.46100.09188.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.79%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=64.79%
G=20.60%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173553900.680.770.327.1663.2141.57
HexAD37270444D2073f2a
Octal255674701041154077752
Binary10101101110111100111010001001001101100000111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3727; }

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

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

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

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

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

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

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

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