Html Css Color HEX #AD4137 Medium Carmine

📋 copy color: '#AD4137'

red 173 ◦ green 65 ◦ blue 55

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

Shades of Medium Carmine #AD4137

Tints of Medium Carmine #AD4137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 59.04%
G = 22.18%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD4137 (or 0xAD4137) is known color: Medium Carmine. HEX triplet: AD, 41 and 37. RGB value is (173,65,55). Sum of RGB (Red+Green+Blue) = 173+65+55=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4137 is #52BEC8. Grayscale: #606060. Windows color (decimal): -5422793 or 3621293. OLE color: 3621293.

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

Color convert

RGB 173 65 55 -
CMYK 0 0.62 0.68 0.32
HSL 5.08º 0.52% 0.45% -
HSV(B) 5.08º 0.68% 0.68% -
XYZ 19.81 12.94 5.07 -
YUV 96.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 173 65 55 0 0.62 0.68 0.32 5.08 0.52 0.45
Hex AD 41 37 0 3E 44 20 5 34 2D
Octal 255 101 67 0 76 104 40 5 64 55
Binary 10101101 1000001 110111 0 111110 1000100 100000 101 110100 101101

Color Harmonies of #AD4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4137

Black with #AD4137

Text Example


Text Example

White with #AD4137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4137; }

 p { color: rgb(173,65,55); }

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

background-color css

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

 a { background-color: rgb(173,65,55); }

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

border-color css

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

 span { border-color: rgb(173,65,55); }

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