Html Css Color HEX #AD4636 Medium Carmine

📋 copy color: '#AD4636'

red 173 ◦ green 70 ◦ blue 54

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

Shades of Medium Carmine #AD4636

Tints of Medium Carmine #AD4636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 58.25%
G = 23.57%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD4636 (or 0xAD4636) is known color: Medium Carmine. HEX triplet: AD, 46 and 36. RGB value is (173,70,54). Sum of RGB (Red+Green+Blue) = 173+70+54=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4636 is #52B9C9. Grayscale: #636363. Windows color (decimal): -5421514 or 3557037. OLE color: 3557037.

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

Color convert

RGB 173 70 54 -
CMYK 0 0.60 0.69 0.32
HSL 8.07º 0.52% 0.45% -
HSV(B) 8.07º 0.69% 0.68% -
XYZ 20.09 13.53 5.04 -
YUV 98.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 173 70 54 0 0.60 0.69 0.32 8.07 0.52 0.45
Hex AD 46 36 0 3C 45 20 8 34 2D
Octal 255 106 66 0 74 105 40 10 64 55
Binary 10101101 1000110 110110 0 111100 1000101 100000 1000 110100 101101

Color Harmonies of #AD4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4636

Black with #AD4636

Text Example


Text Example

White with #AD4636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4636; }

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

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

background-color css

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

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

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

border-color css

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

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

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