Html Css Color HEX #AD3C2C Medium Carmine

📋 copy color: '#AD3C2C'

red 173 ◦ green 60 ◦ blue 44

#AD3C2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #AD3C2C

Tints of Medium Carmine #AD3C2C

RGB

 RED value IS 173 (67.97% from 255) = 62.45%

 GREEN value IS 60 (23.83% from 255) = 21.66%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 62.45%
G = 21.66%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD3C2C (or 0xAD3C2C) is known color: Medium Carmine. HEX triplet: AD, 3C and 2C. RGB value is (173,60,44). Sum of RGB (Red+Green+Blue) = 173+60+44=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C2C is #52C3D3. Grayscale: #5C5C5C. Windows color (decimal): -5424084 or 2899117. OLE color: 2899117.

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

Color convert

RGB 173 60 44 -
CMYK 0 0.65 0.75 0.32
HSL 7.44º 0.59% 0.43% -
HSV(B) 7.44º 0.75% 0.68% -
XYZ 19.3 12.3 3.74 -
YUV 91.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 173 60 44 0 0.65 0.75 0.32 7.44 0.59 0.43
Hex AD 3C 2C 0 41 4B 20 7 3B 2B
Octal 255 74 54 0 101 113 40 7 73 53
Binary 10101101 111100 101100 0 1000001 1001011 100000 111 111011 101011

Color Harmonies of #AD3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C2C

Black with #AD3C2C

Text Example


Text Example

White with #AD3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C2C; }

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

 H1.HeaderClassName
 {
   color: #AD3C2C;
 }
 .AnyTagClassName
 {
   color: #AD3C2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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