Html Css Color HEX #AD4532 Medium Carmine

📋 copy color: '#AD4532'

red 173 ◦ green 69 ◦ blue 50

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

Shades of Medium Carmine #AD4532

Tints of Medium Carmine #AD4532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.63%

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

R = 59.25%
G = 23.63%
B = 17.12%

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

#AD4532 (or 0xAD4532) is known color: Medium Carmine. HEX triplet: AD, 45 and 32. RGB value is (173,69,50). Sum of RGB (Red+Green+Blue) = 173+69+50=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4532 is #52BACD. Grayscale: #626262. Windows color (decimal): -5421774 or 3294637. OLE color: 3294637.

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

Color convert

RGB 173 69 50 -
CMYK 0 0.60 0.71 0.32
HSL 9.27º 0.55% 0.44% -
HSV(B) 9.27º 0.71% 0.68% -
XYZ 19.94 13.37 4.55 -
YUV 97.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 173 69 50 0 0.60 0.71 0.32 9.27 0.55 0.44
Hex AD 45 32 0 3C 47 20 9 37 2C
Octal 255 105 62 0 74 107 40 11 67 54
Binary 10101101 1000101 110010 0 111100 1000111 100000 1001 110111 101100

Color Harmonies of #AD4532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4532

Black with #AD4532

Text Example


Text Example

White with #AD4532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4532; }

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

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

background-color css

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

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

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

border-color css

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

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

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