Html Css Color HEX #AD463F Medium Carmine

📋 copy color: '#AD463F'

red 173 ◦ green 70 ◦ blue 63

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

Shades of Medium Carmine #AD463F

Tints of Medium Carmine #AD463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.59%

R = 56.54%
G = 22.88%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD463F (or 0xAD463F) is known color: Medium Carmine. HEX triplet: AD, 46 and 3F. RGB value is (173,70,63). Sum of RGB (Red+Green+Blue) = 173+70+63=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD463F is #52B9C0. Grayscale: #646464. Windows color (decimal): -5421505 or 4146861. OLE color: 4146861.

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

Color convert

RGB 173 70 63 -
CMYK 0 0.60 0.64 0.32
HSL 3.82º 0.47% 0.46% -
HSV(B) 3.82º 0.64% 0.68% -
XYZ 20.32 13.62 6.26 -
YUV 100 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 173 70 63 0 0.60 0.64 0.32 3.82 0.47 0.46
Hex AD 46 3F 0 3C 40 20 4 2F 2E
Octal 255 106 77 0 74 100 40 4 57 56
Binary 10101101 1000110 111111 0 111100 1000000 100000 100 101111 101110

Color Harmonies of #AD463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD463F

Black with #AD463F

Text Example


Text Example

White with #AD463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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