Html Css Color HEX #AD483B Medium Carmine

📋 copy color: '#AD483B'

red 173 ◦ green 72 ◦ blue 59

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

Shades of Medium Carmine #AD483B

Tints of Medium Carmine #AD483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 56.91%
G = 23.68%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD483B (or 0xAD483B) is known color: Medium Carmine. HEX triplet: AD, 48 and 3B. RGB value is (173,72,59). Sum of RGB (Red+Green+Blue) = 173+72+59=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD483B is #52B7C4. Grayscale: #646464. Windows color (decimal): -5420997 or 3885229. OLE color: 3885229.

HSL color Cylindrical-coordinate representation of color #AD483B: hue angle of 6.84º degrees, saturation: 0.49, 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 #AD483B is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 72 59 -
CMYK 0 0.58 0.66 0.32
HSL 6.84º 0.49% 0.45% -
HSV(B) 6.84º 0.66% 0.68% -
XYZ 20.34 13.83 5.74 -
YUV 100.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 173 72 59 0 0.58 0.66 0.32 6.84 0.49 0.45
Hex AD 48 3B 0 3A 42 20 7 31 2D
Octal 255 110 73 0 72 102 40 7 61 55
Binary 10101101 1001000 111011 0 111010 1000010 100000 111 110001 101101

Color Harmonies of #AD483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD483B

Black with #AD483B

Text Example


Text Example

White with #AD483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD483B; }

 p { color: rgb(173,72,59); }

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

background-color css

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

 a { background-color: rgb(173,72,59); }

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

border-color css

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

 span { border-color: rgb(173,72,59); }

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