#ad3c25

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

Shades of Medium Carmine #AD3C25

Tints of Medium Carmine #AD3C25

Color information

#AD3C25 (or 0xAD3C25) is unknown color: approx Medium Carmine. HEX triplet: AD, 3C and 25. RGB value is (173,60,37). Sum of RGB (Red+Green+Blue) = 173+60+37=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C25 is #52C3DA. Grayscale: #5B5B5B. Windows color (decimal): -5424091 or 2440365. OLE color: 2440365.

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

Color convert

RGB1736037-
CMYK00.650.790.32
HSL10.15º64.76%41.18%-
HSV(B)10.15º78.61%67.84%-
XYZ19.1812.253.1-
YUV91.1697.44186.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.07%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=64.07%
G=22.22%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173603700.650.790.3210.1564.7641.18
HexAD3C250414F20a4129
Octal25574450101117401210151
Binary1010110111110010010101000001100111110000010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad3c25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad3c25; }

 p { color: rgb(173,60,37); }

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

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

 a { background-color: rgb(173,60,37); }

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

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

 span { border-color: rgb(173,60,37); }

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