Html Css Color HEX #AD4632 Medium Carmine

📋 copy color: '#AD4632'

red 173 ◦ green 70 ◦ blue 50

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

Shades of Medium Carmine #AD4632

Tints of Medium Carmine #AD4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.89%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 59.04%
G = 23.89%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD4632 (or 0xAD4632) is known color: Medium Carmine. HEX triplet: AD, 46 and 32. RGB value is (173,70,50). Sum of RGB (Red+Green+Blue) = 173+70+50=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4632 is #52B9CD. Grayscale: #626262. Windows color (decimal): -5421518 or 3294893. OLE color: 3294893.

HSL color Cylindrical-coordinate representation of color #AD4632: hue angle of 9.76º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4632 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 70 50 -
CMYK 0 0.60 0.71 0.32
HSL 9.76º 0.55% 0.44% -
HSV(B) 9.76º 0.71% 0.68% -
XYZ 20 13.49 4.57 -
YUV 98.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 173 70 50 0 0.60 0.71 0.32 9.76 0.55 0.44
Hex AD 46 32 0 3C 47 20 A 37 2C
Octal 255 106 62 0 74 107 40 12 67 54
Binary 10101101 1000110 110010 0 111100 1000111 100000 1010 110111 101100

Color Harmonies of #AD4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4632

Black with #AD4632

Text Example


Text Example

White with #AD4632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4632; }

 p { color: rgb(173,70,50); }

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

background-color css

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

 a { background-color: rgb(173,70,50); }

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

border-color css

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

 span { border-color: rgb(173,70,50); }

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