Html Css Color HEX #AD4240 Medium Carmine

📋 copy color: '#AD4240'

red 173 ◦ green 66 ◦ blue 64

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

Shades of Medium Carmine #AD4240

Tints of Medium Carmine #AD4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

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

R = 57.1%
G = 21.78%
B = 21.12%

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

#AD4240 (or 0xAD4240) is known color: Medium Carmine. HEX triplet: AD, 42 and 40. RGB value is (173,66,64). Sum of RGB (Red+Green+Blue) = 173+66+64=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4240 is #52BDBF. Grayscale: #616161. Windows color (decimal): -5422528 or 4211373. OLE color: 4211373.

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

Color convert

RGB 173 66 64 -
CMYK 0 0.62 0.63 0.32
HSL 1.1º 0.46% 0.46% -
HSV(B) 1.1º 0.63% 0.68% -
XYZ 20.11 13.15 6.33 -
YUV 97.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 173 66 64 0 0.62 0.63 0.32 1.1 0.46 0.46
Hex AD 42 40 0 3E 3F 20 1 2E 2E
Octal 255 102 100 0 76 77 40 1 56 56
Binary 10101101 1000010 1000000 0 111110 111111 100000 1 101110 101110

Color Harmonies of #AD4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4240

Black with #AD4240

Text Example


Text Example

White with #AD4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4240; }

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

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

background-color css

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

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

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

border-color css

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

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

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