Html Css Color HEX #AD392B Medium Carmine

📋 copy color: '#AD392B'

red 173 ◦ green 57 ◦ blue 43

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

Shades of Medium Carmine #AD392B

Tints of Medium Carmine #AD392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 63.37%
G = 20.88%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD392B (or 0xAD392B) is known color: Medium Carmine. HEX triplet: AD, 39 and 2B. RGB value is (173,57,43). Sum of RGB (Red+Green+Blue) = 173+57+43=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD392B is #52C6D4. Grayscale: #5A5A5A. Windows color (decimal): -5424853 or 2832813. OLE color: 2832813.

HSL color Cylindrical-coordinate representation of color #AD392B: hue angle of 6.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD392B is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 57 43 -
CMYK 0 0.67 0.75 0.32
HSL 6.46º 0.6% 0.42% -
HSV(B) 6.46º 0.75% 0.68% -
XYZ 19.13 11.98 3.59 -
YUV 90.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 173 57 43 0 0.67 0.75 0.32 6.46 0.6 0.42
Hex AD 39 2B 0 43 4B 20 6 3C 2A
Octal 255 71 53 0 103 113 40 6 74 52
Binary 10101101 111001 101011 0 1000011 1001011 100000 110 111100 101010

Color Harmonies of #AD392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD392B

Black with #AD392B

Text Example


Text Example

White with #AD392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD392B; }

 p { color: rgb(173,57,43); }

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

background-color css

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

 a { background-color: rgb(173,57,43); }

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

border-color css

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

 span { border-color: rgb(173,57,43); }

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