Html Css Color HEX #AD4132 Medium Carmine

📋 copy color: '#AD4132'

red 173 ◦ green 65 ◦ blue 50

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

Shades of Medium Carmine #AD4132

Tints of Medium Carmine #AD4132

RGB

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

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

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

R = 60.07%
G = 22.57%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD4132 (or 0xAD4132) is known color: Medium Carmine. HEX triplet: AD, 41 and 32. RGB value is (173,65,50). Sum of RGB (Red+Green+Blue) = 173+65+50=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4132 is #52BECD. Grayscale: #5F5F5F. Windows color (decimal): -5422798 or 3293613. OLE color: 3293613.

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

Color convert

RGB 173 65 50 -
CMYK 0 0.62 0.71 0.32
HSL 7.32º 0.55% 0.44% -
HSV(B) 7.32º 0.71% 0.68% -
XYZ 19.7 12.9 4.47 -
YUV 95.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 173 65 50 0 0.62 0.71 0.32 7.32 0.55 0.44
Hex AD 41 32 0 3E 47 20 7 37 2C
Octal 255 101 62 0 76 107 40 7 67 54
Binary 10101101 1000001 110010 0 111110 1000111 100000 111 110111 101100

Color Harmonies of #AD4132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4132

Black with #AD4132

Text Example


Text Example

White with #AD4132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4132; }

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

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

background-color css

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

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

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

border-color css

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

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

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