Html Css Color HEX #AD3E2E Medium Carmine

📋 copy color: '#AD3E2E'

red 173 ◦ green 62 ◦ blue 46

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

Shades of Medium Carmine #AD3E2E

Tints of Medium Carmine #AD3E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.06%

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

R = 61.57%
G = 22.06%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD3E2E (or 0xAD3E2E) is known color: Medium Carmine. HEX triplet: AD, 3E and 2E. RGB value is (173,62,46). Sum of RGB (Red+Green+Blue) = 173+62+46=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E2E is #52C1D1. Grayscale: #5D5D5D. Windows color (decimal): -5423570 or 3030701. OLE color: 3030701.

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

Color convert

RGB 173 62 46 -
CMYK 0 0.64 0.73 0.32
HSL 7.56º 0.58% 0.43% -
HSV(B) 7.56º 0.73% 0.68% -
XYZ 19.45 12.53 3.98 -
YUV 93.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 173 62 46 0 0.64 0.73 0.32 7.56 0.58 0.43
Hex AD 3E 2E 0 40 49 20 8 3A 2B
Octal 255 76 56 0 100 111 40 10 72 53
Binary 10101101 111110 101110 0 1000000 1001001 100000 1000 111010 101011

Color Harmonies of #AD3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E2E

Black with #AD3E2E

Text Example


Text Example

White with #AD3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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