Html Css Color HEX #AD473E Medium Carmine

📋 copy color: '#AD473E'

red 173 ◦ green 71 ◦ blue 62

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

Shades of Medium Carmine #AD473E

Tints of Medium Carmine #AD473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 56.54%
G = 23.2%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD473E (or 0xAD473E) is known color: Medium Carmine. HEX triplet: AD, 47 and 3E. RGB value is (173,71,62). Sum of RGB (Red+Green+Blue) = 173+71+62=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD473E is #52B8C1. Grayscale: #646464. Windows color (decimal): -5421250 or 4081581. OLE color: 4081581.

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

Color convert

RGB 173 71 62 -
CMYK 0 0.59 0.64 0.32
HSL 4.86º 0.47% 0.46% -
HSV(B) 4.86º 0.64% 0.68% -
XYZ 20.36 13.74 6.14 -
YUV 100.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 173 71 62 0 0.59 0.64 0.32 4.86 0.47 0.46
Hex AD 47 3E 0 3B 40 20 5 2F 2E
Octal 255 107 76 0 73 100 40 5 57 56
Binary 10101101 1000111 111110 0 111011 1000000 100000 101 101111 101110

Color Harmonies of #AD473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD473E

Black with #AD473E

Text Example


Text Example

White with #AD473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD473E; }

 p { color: rgb(173,71,62); }

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

background-color css

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

 a { background-color: rgb(173,71,62); }

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

border-color css

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

 span { border-color: rgb(173,71,62); }

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