Html Css Color HEX #AD3E3D Medium Carmine

📋 copy color: '#AD3E3D'

red 173 ◦ green 62 ◦ blue 61

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

Shades of Medium Carmine #AD3E3D

Tints of Medium Carmine #AD3E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 58.45%
G = 20.95%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD3E3D (or 0xAD3E3D) is known color: Medium Carmine. HEX triplet: AD, 3E and 3D. RGB value is (173,62,61). Sum of RGB (Red+Green+Blue) = 173+62+61=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E3D is #52C1C2. Grayscale: #5F5F5F. Windows color (decimal): -5423555 or 4013741. OLE color: 4013741.

HSL color Cylindrical-coordinate representation of color #AD3E3D: hue angle of 0.54º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3E3D is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 62 61 -
CMYK 0 0.64 0.65 0.32
HSL 0.54º 0.48% 0.46% -
HSV(B) 0.54º 0.65% 0.68% -
XYZ 19.8 12.67 5.82 -
YUV 95.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 173 62 61 0 0.64 0.65 0.32 0.54 0.48 0.46
Hex AD 3E 3D 0 40 41 20 1 30 2E
Octal 255 76 75 0 100 101 40 1 60 56
Binary 10101101 111110 111101 0 1000000 1000001 100000 1 110000 101110

Color Harmonies of #AD3E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E3D

Black with #AD3E3D

Text Example


Text Example

White with #AD3E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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