Html Css Color HEX #AD4440 Medium Carmine

📋 copy color: '#AD4440'

red 173 ◦ green 68 ◦ blue 64

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

Shades of Medium Carmine #AD4440

Tints of Medium Carmine #AD4440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

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

R = 56.72%
G = 22.3%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD4440 (or 0xAD4440) is known color: Medium Carmine. HEX triplet: AD, 44 and 40. RGB value is (173,68,64). Sum of RGB (Red+Green+Blue) = 173+68+64=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4440 is #52BBBF. Grayscale: #636363. Windows color (decimal): -5422016 or 4211885. OLE color: 4211885.

HSL color Cylindrical-coordinate representation of color #AD4440: hue angle of 2.2º 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 #AD4440 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 64 -
CMYK 0 0.61 0.63 0.32
HSL 2.2º 0.46% 0.46% -
HSV(B) 2.2º 0.63% 0.68% -
XYZ 20.23 13.39 6.37 -
YUV 98.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 173 68 64 0 0.61 0.63 0.32 2.2 0.46 0.46
Hex AD 44 40 0 3D 3F 20 2 2E 2E
Octal 255 104 100 0 75 77 40 2 56 56
Binary 10101101 1000100 1000000 0 111101 111111 100000 10 101110 101110

Color Harmonies of #AD4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4440

Black with #AD4440

Text Example


Text Example

White with #AD4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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