#AD3F35

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

Shades of Medium Carmine #AD3F35

Tints of Medium Carmine #AD3F35

Color information

#AD3F35 (or 0xAD3F35) is unknown color: approx Medium Carmine. HEX triplet: AD, 3F and 35. RGB value is (173,63,53). Sum of RGB (Red+Green+Blue) = 173+63+53=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F35 is #52C0CA. Grayscale: #5E5E5E. Windows color (decimal): -5423307 or 3489709. OLE color: 3489709.

HSL color Cylindrical-coordinate representation of color #AD3F35: hue angle of 5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3F35 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB1736353-
CMYK00.640.690.32
HSL53.1%44.31%-
HSV(B)69.36%67.84%-
XYZ19.6512.74.78-
YUV94.75104.44183.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=59.86%
G=21.80%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173635300.640.690.32553.144.31
HexAD3F3504045205352c
Octal255776501001054056554
Binary10101101111111110101010000001000101100000101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3F35; }

 p { color: rgb(173,63,53); }

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

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

 a { background-color: rgb(173,63,53); }

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

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

 span { border-color: rgb(173,63,53); }

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