Html Css Color HEX #AD3631 Medium Carmine

📋 copy color: '#AD3631'

red 173 ◦ green 54 ◦ blue 49

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

Shades of Medium Carmine #AD3631

Tints of Medium Carmine #AD3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 62.68%
G = 19.57%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3631 (or 0xAD3631) is known color: Medium Carmine. HEX triplet: AD, 36 and 31. RGB value is (173,54,49). Sum of RGB (Red+Green+Blue) = 173+54+49=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3631 is #52C9CE. Grayscale: #595959. Windows color (decimal): -5425615 or 3225261. OLE color: 3225261.

HSL color Cylindrical-coordinate representation of color #AD3631: hue angle of 2.42º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3631 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 54 49 -
CMYK 0 0.69 0.72 0.32
HSL 2.42º 0.56% 0.44% -
HSV(B) 2.42º 0.72% 0.68% -
XYZ 19.11 11.74 4.17 -
YUV 89.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 173 54 49 0 0.69 0.72 0.32 2.42 0.56 0.44
Hex AD 36 31 0 45 48 20 2 38 2C
Octal 255 66 61 0 105 110 40 2 70 54
Binary 10101101 110110 110001 0 1000101 1001000 100000 10 111000 101100

Color Harmonies of #AD3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3631

Black with #AD3631

Text Example


Text Example

White with #AD3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3631; }

 p { color: rgb(173,54,49); }

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

background-color css

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

 a { background-color: rgb(173,54,49); }

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

border-color css

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

 span { border-color: rgb(173,54,49); }

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