Html Css Color HEX #AD463A Medium Carmine

📋 copy color: '#AD463A'

red 173 ◦ green 70 ◦ blue 58

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

Shades of Medium Carmine #AD463A

Tints of Medium Carmine #AD463A

RGB

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

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

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

R = 57.48%
G = 23.26%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD463A (or 0xAD463A) is known color: Medium Carmine. HEX triplet: AD, 46 and 3A. RGB value is (173,70,58). Sum of RGB (Red+Green+Blue) = 173+70+58=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD463A is #52B9C5. Grayscale: #636363. Windows color (decimal): -5421510 or 3819181. OLE color: 3819181.

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

Color convert

RGB 173 70 58 -
CMYK 0 0.60 0.66 0.32
HSL 6.26º 0.5% 0.45% -
HSV(B) 6.26º 0.66% 0.68% -
XYZ 20.19 13.57 5.56 -
YUV 99.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 173 70 58 0 0.60 0.66 0.32 6.26 0.5 0.45
Hex AD 46 3A 0 3C 42 20 6 32 2D
Octal 255 106 72 0 74 102 40 6 62 55
Binary 10101101 1000110 111010 0 111100 1000010 100000 110 110010 101101

Color Harmonies of #AD463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD463A

Black with #AD463A

Text Example


Text Example

White with #AD463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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