Html Css Color HEX #AD423E Medium Carmine

📋 copy color: '#AD423E'

red 173 ◦ green 66 ◦ blue 62

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

Shades of Medium Carmine #AD423E

Tints of Medium Carmine #AD423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 57.48%
G = 21.93%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD423E (or 0xAD423E) is known color: Medium Carmine. HEX triplet: AD, 42 and 3E. RGB value is (173,66,62). Sum of RGB (Red+Green+Blue) = 173+66+62=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD423E is #52BDC1. Grayscale: #616161. Windows color (decimal): -5422530 or 4080301. OLE color: 4080301.

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

Color convert

RGB 173 66 62 -
CMYK 0 0.62 0.64 0.32
HSL 2.16º 0.47% 0.46% -
HSV(B) 2.16º 0.64% 0.68% -
XYZ 20.05 13.13 6.03 -
YUV 97.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 173 66 62 0 0.62 0.64 0.32 2.16 0.47 0.46
Hex AD 42 3E 0 3E 40 20 2 2F 2E
Octal 255 102 76 0 76 100 40 2 57 56
Binary 10101101 1000010 111110 0 111110 1000000 100000 10 101111 101110

Color Harmonies of #AD423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD423E

Black with #AD423E

Text Example


Text Example

White with #AD423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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