#AD3C2D

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

Shades of Medium Carmine #AD3C2D

Tints of Medium Carmine #AD3C2D

Color information

#AD3C2D (or 0xAD3C2D) is unknown color: approx Medium Carmine. HEX triplet: AD, 3C and 2D. RGB value is (173,60,45). Sum of RGB (Red+Green+Blue) = 173+60+45=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C2D is #52C3D2. Grayscale: #5C5C5C. Windows color (decimal): -5424083 or 2964653. OLE color: 2964653.

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

Color convert

RGB1736045-
CMYK00.650.740.32
HSL7.03º58.72%42.75%-
HSV(B)7.03º73.99%67.84%-
XYZ19.3212.313.84-
YUV92.08101.44185.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.23%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=62.23%
G=21.58%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173604500.650.740.327.0358.7242.75
HexAD3C2D0414A2073b2b
Octal255745501011124077353
Binary10101101111100101101010000011001010100000111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3C2D; }

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

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

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

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

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

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

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

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