Html Css Color HEX #AD4439 Medium Carmine

📋 copy color: '#AD4439'

red 173 ◦ green 68 ◦ blue 57

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

Shades of Medium Carmine #AD4439

Tints of Medium Carmine #AD4439

RGB

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

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

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

R = 58.05%
G = 22.82%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD4439 (or 0xAD4439) is known color: Medium Carmine. HEX triplet: AD, 44 and 39. RGB value is (173,68,57). Sum of RGB (Red+Green+Blue) = 173+68+57=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4439 is #52BBC6. Grayscale: #626262. Windows color (decimal): -5422023 or 3753133. OLE color: 3753133.

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

Color convert

RGB 173 68 57 -
CMYK 0 0.61 0.67 0.32
HSL 5.69º 0.5% 0.45% -
HSV(B) 5.69º 0.67% 0.68% -
XYZ 20.04 13.31 5.38 -
YUV 98.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 173 68 57 0 0.61 0.67 0.32 5.69 0.5 0.45
Hex AD 44 39 0 3D 43 20 6 32 2D
Octal 255 104 71 0 75 103 40 6 62 55
Binary 10101101 1000100 111001 0 111101 1000011 100000 110 110010 101101

Color Harmonies of #AD4439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4439

Black with #AD4439

Text Example


Text Example

White with #AD4439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4439; }

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

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

background-color css

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

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

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

border-color css

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

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

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