Html Css Color HEX #AD463C Medium Carmine

📋 copy color: '#AD463C'

red 173 ◦ green 70 ◦ blue 60

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

Shades of Medium Carmine #AD463C

Tints of Medium Carmine #AD463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 57.1%
G = 23.1%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD463C (or 0xAD463C) is known color: Medium Carmine. HEX triplet: AD, 46 and 3C. RGB value is (173,70,60). Sum of RGB (Red+Green+Blue) = 173+70+60=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD463C is #52B9C3. Grayscale: #636363. Windows color (decimal): -5421508 or 3950253. OLE color: 3950253.

HSL color Cylindrical-coordinate representation of color #AD463C: hue angle of 5.31º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD463C is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 70 60 -
CMYK 0 0.60 0.65 0.32
HSL 5.31º 0.48% 0.46% -
HSV(B) 5.31º 0.65% 0.68% -
XYZ 20.24 13.59 5.83 -
YUV 99.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 173 70 60 0 0.60 0.65 0.32 5.31 0.48 0.46
Hex AD 46 3C 0 3C 41 20 5 30 2E
Octal 255 106 74 0 74 101 40 5 60 56
Binary 10101101 1000110 111100 0 111100 1000001 100000 101 110000 101110

Color Harmonies of #AD463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD463C

Black with #AD463C

Text Example


Text Example

White with #AD463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD463C; }

 p { color: rgb(173,70,60); }

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

background-color css

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

 a { background-color: rgb(173,70,60); }

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

border-color css

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

 span { border-color: rgb(173,70,60); }

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