Html Css Color HEX #AD3C32 Medium Carmine

📋 copy color: '#AD3C32'

red 173 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #AD3C32

Tints of Medium Carmine #AD3C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 61.13%
G = 21.2%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD3C32 (or 0xAD3C32) is known color: Medium Carmine. HEX triplet: AD, 3C and 32. RGB value is (173,60,50). Sum of RGB (Red+Green+Blue) = 173+60+50=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C32 is #52C3CD. Grayscale: #5C5C5C. Windows color (decimal): -5424078 or 3292333. OLE color: 3292333.

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

Color convert

RGB 173 60 50 -
CMYK 0 0.65 0.71 0.32
HSL 4.88º 0.55% 0.44% -
HSV(B) 4.88º 0.71% 0.68% -
XYZ 19.43 12.35 4.38 -
YUV 92.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 173 60 50 0 0.65 0.71 0.32 4.88 0.55 0.44
Hex AD 3C 32 0 41 47 20 5 37 2C
Octal 255 74 62 0 101 107 40 5 67 54
Binary 10101101 111100 110010 0 1000001 1000111 100000 101 110111 101100

Color Harmonies of #AD3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C32

Black with #AD3C32

Text Example


Text Example

White with #AD3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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