Html Css Color HEX #AD4432 Medium Carmine

📋 copy color: '#AD4432'

red 173 ◦ green 68 ◦ blue 50

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

Shades of Medium Carmine #AD4432

Tints of Medium Carmine #AD4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

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

R = 59.45%
G = 23.37%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD4432 (or 0xAD4432) is known color: Medium Carmine. HEX triplet: AD, 44 and 32. RGB value is (173,68,50). Sum of RGB (Red+Green+Blue) = 173+68+50=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4432 is #52BBCD. Grayscale: #616161. Windows color (decimal): -5422030 or 3294381. OLE color: 3294381.

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

Color convert

RGB 173 68 50 -
CMYK 0 0.61 0.71 0.32
HSL 8.78º 0.55% 0.44% -
HSV(B) 8.78º 0.71% 0.68% -
XYZ 19.88 13.25 4.53 -
YUV 97.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 173 68 50 0 0.61 0.71 0.32 8.78 0.55 0.44
Hex AD 44 32 0 3D 47 20 9 37 2C
Octal 255 104 62 0 75 107 40 11 67 54
Binary 10101101 1000100 110010 0 111101 1000111 100000 1001 110111 101100

Color Harmonies of #AD4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4432

Black with #AD4432

Text Example


Text Example

White with #AD4432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4432; }

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

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

background-color css

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

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

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

border-color css

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

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

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