Html Css Color HEX #AD3C31 Medium Carmine

📋 copy color: '#AD3C31'

red 173 ◦ green 60 ◦ blue 49

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

Shades of Medium Carmine #AD3C31

Tints of Medium Carmine #AD3C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

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

R = 61.35%
G = 21.28%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3C31 (or 0xAD3C31) is known color: Medium Carmine. HEX triplet: AD, 3C and 31. RGB value is (173,60,49). Sum of RGB (Red+Green+Blue) = 173+60+49=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C31 is #52C3CE. Grayscale: #5C5C5C. Windows color (decimal): -5424079 or 3226797. OLE color: 3226797.

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

Color convert

RGB 173 60 49 -
CMYK 0 0.65 0.72 0.32
HSL 5.32º 0.56% 0.44% -
HSV(B) 5.32º 0.72% 0.68% -
XYZ 19.4 12.34 4.26 -
YUV 92.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 173 60 49 0 0.65 0.72 0.32 5.32 0.56 0.44
Hex AD 3C 31 0 41 48 20 5 38 2C
Octal 255 74 61 0 101 110 40 5 70 54
Binary 10101101 111100 110001 0 1000001 1001000 100000 101 111000 101100

Color Harmonies of #AD3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C31

Black with #AD3C31

Text Example


Text Example

White with #AD3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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