Html Css Color HEX #AD4140 Medium Carmine

📋 copy color: '#AD4140'

red 173 ◦ green 65 ◦ blue 64

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

Shades of Medium Carmine #AD4140

Tints of Medium Carmine #AD4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 57.28%
G = 21.52%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD4140 (or 0xAD4140) is known color: Medium Carmine. HEX triplet: AD, 41 and 40. RGB value is (173,65,64). Sum of RGB (Red+Green+Blue) = 173+65+64=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4140 is #52BEBF. Grayscale: #616161. Windows color (decimal): -5422784 or 4211117. OLE color: 4211117.

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

Color convert

RGB 173 65 64 -
CMYK 0 0.62 0.63 0.32
HSL 0.55º 0.46% 0.46% -
HSV(B) 0.55º 0.63% 0.68% -
XYZ 20.05 13.04 6.31 -
YUV 97.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 173 65 64 0 0.62 0.63 0.32 0.55 0.46 0.46
Hex AD 41 40 0 3E 3F 20 1 2E 2E
Octal 255 101 100 0 76 77 40 1 56 56
Binary 10101101 1000001 1000000 0 111110 111111 100000 1 101110 101110

Color Harmonies of #AD4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4140

Black with #AD4140

Text Example


Text Example

White with #AD4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4140; }

 p { color: rgb(173,65,64); }

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

background-color css

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

 a { background-color: rgb(173,65,64); }

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

border-color css

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

 span { border-color: rgb(173,65,64); }

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