Html Css Color HEX #AD4039 Medium Carmine

📋 copy color: '#AD4039'

red 173 ◦ green 64 ◦ blue 57

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

Shades of Medium Carmine #AD4039

Tints of Medium Carmine #AD4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 58.84%
G = 21.77%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD4039 (or 0xAD4039) is known color: Medium Carmine. HEX triplet: AD, 40 and 39. RGB value is (173,64,57). Sum of RGB (Red+Green+Blue) = 173+64+57=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4039 is #52BFC6. Grayscale: #5F5F5F. Windows color (decimal): -5423047 or 3752109. OLE color: 3752109.

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

Color convert

RGB 173 64 57 -
CMYK 0 0.63 0.67 0.32
HSL 3.62º 0.5% 0.45% -
HSV(B) 3.62º 0.67% 0.68% -
XYZ 19.81 12.85 5.31 -
YUV 95.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 173 64 57 0 0.63 0.67 0.32 3.62 0.5 0.45
Hex AD 40 39 0 3F 43 20 4 32 2D
Octal 255 100 71 0 77 103 40 4 62 55
Binary 10101101 1000000 111001 0 111111 1000011 100000 100 110010 101101

Color Harmonies of #AD4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4039

Black with #AD4039

Text Example


Text Example

White with #AD4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4039; }

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

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

background-color css

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

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

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

border-color css

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

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

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