Html Css Color HEX #AD462E Medium Carmine

📋 copy color: '#AD462E'

red 173 ◦ green 70 ◦ blue 46

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

Shades of Medium Carmine #AD462E

Tints of Medium Carmine #AD462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.92%

R = 59.86%
G = 24.22%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD462E (or 0xAD462E) is known color: Medium Carmine. HEX triplet: AD, 46 and 2E. RGB value is (173,70,46). Sum of RGB (Red+Green+Blue) = 173+70+46=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD462E is #52B9D1. Grayscale: #626262. Windows color (decimal): -5421522 or 3032749. OLE color: 3032749.

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

Color convert

RGB 173 70 46 -
CMYK 0 0.60 0.73 0.32
HSL 11.34º 0.58% 0.43% -
HSV(B) 11.34º 0.73% 0.68% -
XYZ 19.92 13.46 4.13 -
YUV 98.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 173 70 46 0 0.60 0.73 0.32 11.34 0.58 0.43
Hex AD 46 2E 0 3C 49 20 B 3A 2B
Octal 255 106 56 0 74 111 40 13 72 53
Binary 10101101 1000110 101110 0 111100 1001001 100000 1011 111010 101011

Color Harmonies of #AD462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD462E

Black with #AD462E

Text Example


Text Example

White with #AD462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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