Html Css Color HEX #AD4034 Medium Carmine

📋 copy color: '#AD4034'

red 173 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #AD4034

Tints of Medium Carmine #AD4034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 59.86%
G = 22.15%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD4034 (or 0xAD4034) is known color: Medium Carmine. HEX triplet: AD, 40 and 34. RGB value is (173,64,52). Sum of RGB (Red+Green+Blue) = 173+64+52=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4034 is #52BFCB. Grayscale: #5F5F5F. Windows color (decimal): -5423052 or 3424429. OLE color: 3424429.

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

Color convert

RGB 173 64 52 -
CMYK 0 0.63 0.70 0.32
HSL 5.95º 0.54% 0.44% -
HSV(B) 5.95º 0.7% 0.68% -
XYZ 19.69 12.8 4.68 -
YUV 95.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 173 64 52 0 0.63 0.70 0.32 5.95 0.54 0.44
Hex AD 40 34 0 3F 46 20 6 36 2C
Octal 255 100 64 0 77 106 40 6 66 54
Binary 10101101 1000000 110100 0 111111 1000110 100000 110 110110 101100

Color Harmonies of #AD4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4034

Black with #AD4034

Text Example


Text Example

White with #AD4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4034; }

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

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

background-color css

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

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

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

border-color css

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

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

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