#AD3E37

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

Shades of Medium Carmine #AD3E37

Tints of Medium Carmine #AD3E37

Color information

#AD3E37 (or 0xAD3E37) is unknown color: approx Medium Carmine. HEX triplet: AD, 3E and 37. RGB value is (173,62,55). Sum of RGB (Red+Green+Blue) = 173+62+55=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E37 is #52C1C8. Grayscale: #5E5E5E. Windows color (decimal): -5423561 or 3620525. OLE color: 3620525.

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

Color convert

RGB1736255-
CMYK00.640.680.32
HSL3.56º51.75%44.71%-
HSV(B)3.56º68.21%67.84%-
XYZ19.6512.615.01-
YUV94.39105.77184.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.66%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 55 (21.88% from 255) = 18.97%
R=59.66%
G=21.38%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173625500.640.680.323.5651.7544.71
HexAD3E3704044204342d
Octal255766701001044046455
Binary10101101111110110111010000001000100100000100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3E37; }

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

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

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

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

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

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

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

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