Html Css Color HEX #AD473A Medium Carmine

📋 copy color: '#AD473A'

red 173 ◦ green 71 ◦ blue 58

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

Shades of Medium Carmine #AD473A

Tints of Medium Carmine #AD473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 57.28%
G = 23.51%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD473A (or 0xAD473A) is known color: Medium Carmine. HEX triplet: AD, 47 and 3A. RGB value is (173,71,58). Sum of RGB (Red+Green+Blue) = 173+71+58=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD473A is #52B8C5. Grayscale: #646464. Windows color (decimal): -5421254 or 3819437. OLE color: 3819437.

HSL color Cylindrical-coordinate representation of color #AD473A: hue angle of 6.78º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD473A is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 71 58 -
CMYK 0 0.59 0.66 0.32
HSL 6.78º 0.5% 0.45% -
HSV(B) 6.78º 0.66% 0.68% -
XYZ 20.25 13.7 5.58 -
YUV 100.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 173 71 58 0 0.59 0.66 0.32 6.78 0.5 0.45
Hex AD 47 3A 0 3B 42 20 7 32 2D
Octal 255 107 72 0 73 102 40 7 62 55
Binary 10101101 1000111 111010 0 111011 1000010 100000 111 110010 101101

Color Harmonies of #AD473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD473A

Black with #AD473A

Text Example


Text Example

White with #AD473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD473A; }

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

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

background-color css

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

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

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

border-color css

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

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

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